Struct msg_auth_status::auth_results::UnknownProperty
source · pub struct UnknownProperty<'hdr> { /* private fields */ }Expand description
Unknown method properties
Trait Implementations§
source§impl<'hdr> Clone for UnknownProperty<'hdr>
impl<'hdr> Clone for UnknownProperty<'hdr>
source§fn clone(&self) -> UnknownProperty<'hdr>
fn clone(&self) -> UnknownProperty<'hdr>
Returns a copy 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<'hdr> Debug for UnknownProperty<'hdr>
impl<'hdr> Debug for UnknownProperty<'hdr>
source§impl<'hdr> PartialEq for UnknownProperty<'hdr>
impl<'hdr> PartialEq for UnknownProperty<'hdr>
source§fn eq(&self, other: &UnknownProperty<'hdr>) -> bool
fn eq(&self, other: &UnknownProperty<'hdr>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<'hdr> StructuralPartialEq for UnknownProperty<'hdr>
Auto Trait Implementations§
impl<'hdr> Freeze for UnknownProperty<'hdr>
impl<'hdr> RefUnwindSafe for UnknownProperty<'hdr>
impl<'hdr> Send for UnknownProperty<'hdr>
impl<'hdr> Sync for UnknownProperty<'hdr>
impl<'hdr> Unpin for UnknownProperty<'hdr>
impl<'hdr> UnwindSafe for UnknownProperty<'hdr>
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