pub struct BehaviorObservationLabel(/* private fields */);Expand description
Provider-specific behavior label retained when no first-class variant exists.
Implementations§
Source§impl BehaviorObservationLabel
impl BehaviorObservationLabel
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for BehaviorObservationLabel
impl Clone for BehaviorObservationLabel
Source§fn clone(&self) -> BehaviorObservationLabel
fn clone(&self) -> BehaviorObservationLabel
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 BehaviorObservationLabel
impl Debug for BehaviorObservationLabel
Source§impl<'de> Deserialize<'de> for BehaviorObservationLabel
impl<'de> Deserialize<'de> for BehaviorObservationLabel
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 BehaviorObservationLabel
impl Hash for BehaviorObservationLabel
Source§impl Ord for BehaviorObservationLabel
impl Ord for BehaviorObservationLabel
Source§fn cmp(&self, other: &BehaviorObservationLabel) -> Ordering
fn cmp(&self, other: &BehaviorObservationLabel) -> 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 BehaviorObservationLabel
impl PartialEq for BehaviorObservationLabel
Source§impl PartialOrd for BehaviorObservationLabel
impl PartialOrd for BehaviorObservationLabel
Source§impl Serialize for BehaviorObservationLabel
impl Serialize for BehaviorObservationLabel
impl Eq for BehaviorObservationLabel
impl StructuralPartialEq for BehaviorObservationLabel
Auto Trait Implementations§
impl Freeze for BehaviorObservationLabel
impl RefUnwindSafe for BehaviorObservationLabel
impl Send for BehaviorObservationLabel
impl Sync for BehaviorObservationLabel
impl Unpin for BehaviorObservationLabel
impl UnsafeUnpin for BehaviorObservationLabel
impl UnwindSafe for BehaviorObservationLabel
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