pub struct ActionLabel(/* private fields */);Expand description
Human-readable audit action label for imported or locally defined operational events.
Implementations§
Source§impl ActionLabel
impl ActionLabel
Source§impl ActionLabel
impl ActionLabel
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for ActionLabel
impl Clone for ActionLabel
Source§fn clone(&self) -> ActionLabel
fn clone(&self) -> ActionLabel
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 ActionLabel
impl Debug for ActionLabel
Source§impl<'de> Deserialize<'de> for ActionLabel
impl<'de> Deserialize<'de> for ActionLabel
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 ActionLabel
impl Hash for ActionLabel
Source§impl Ord for ActionLabel
impl Ord for ActionLabel
Source§fn cmp(&self, other: &ActionLabel) -> Ordering
fn cmp(&self, other: &ActionLabel) -> 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 ActionLabel
impl PartialEq for ActionLabel
Source§impl PartialOrd for ActionLabel
impl PartialOrd for ActionLabel
Source§impl Serialize for ActionLabel
impl Serialize for ActionLabel
impl Eq for ActionLabel
impl StructuralPartialEq for ActionLabel
Auto Trait Implementations§
impl Freeze for ActionLabel
impl RefUnwindSafe for ActionLabel
impl Send for ActionLabel
impl Sync for ActionLabel
impl Unpin for ActionLabel
impl UnsafeUnpin for ActionLabel
impl UnwindSafe for ActionLabel
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