pub struct AlertInfo(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl<'a> UntypedHeader<'a> for AlertInfo
impl<'a> UntypedHeader<'a> for AlertInfo
impl Eq for AlertInfo
impl StructuralPartialEq for AlertInfo
Auto Trait Implementations§
impl Freeze for AlertInfo
impl RefUnwindSafe for AlertInfo
impl Send for AlertInfo
impl Sync for AlertInfo
impl Unpin for AlertInfo
impl UnsafeUnpin for AlertInfo
impl UnwindSafe for AlertInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.