pub struct ActionRationale(/* private fields */);Implementations§
Source§impl ActionRationale
impl ActionRationale
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for ActionRationale
impl Clone for ActionRationale
Source§fn clone(&self) -> ActionRationale
fn clone(&self) -> ActionRationale
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ActionRationale
impl Debug for ActionRationale
Source§impl<'de> Deserialize<'de> for ActionRationale
impl<'de> Deserialize<'de> for ActionRationale
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for ActionRationale
impl Hash for ActionRationale
Source§impl Ord for ActionRationale
impl Ord for ActionRationale
Source§fn cmp(&self, other: &ActionRationale) -> Ordering
fn cmp(&self, other: &ActionRationale) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ActionRationale
impl PartialEq for ActionRationale
Source§impl PartialOrd for ActionRationale
impl PartialOrd for ActionRationale
Source§impl Serialize for ActionRationale
impl Serialize for ActionRationale
impl Eq for ActionRationale
impl StructuralPartialEq for ActionRationale
Auto Trait Implementations§
impl Freeze for ActionRationale
impl RefUnwindSafe for ActionRationale
impl Send for ActionRationale
impl Sync for ActionRationale
impl Unpin for ActionRationale
impl UnsafeUnpin for ActionRationale
impl UnwindSafe for ActionRationale
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more