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 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<'hdr> Debug for UnknownProperty<'hdr>
impl<'hdr> Debug for UnknownProperty<'hdr>
Source§impl<'hdr> PartialEq for UnknownProperty<'hdr>
impl<'hdr> PartialEq for UnknownProperty<'hdr>
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