pub struct DefaultNla { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for DefaultNla
impl Clone for DefaultNla
Source§fn clone(&self) -> DefaultNla
fn clone(&self) -> DefaultNla
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 Debug for DefaultNla
impl Debug for DefaultNla
Source§impl Nla for DefaultNla
impl Nla for DefaultNla
Source§impl<'buffer, T: AsRef<[u8]> + ?Sized> Parseable<NlaBuffer<&'buffer T>> for DefaultNla
impl<'buffer, T: AsRef<[u8]> + ?Sized> Parseable<NlaBuffer<&'buffer T>> for DefaultNla
Source§fn parse(buf: &NlaBuffer<&'buffer T>) -> Result<Self, DecodeError>
fn parse(buf: &NlaBuffer<&'buffer T>) -> Result<Self, DecodeError>
Deserialize the current type.
Source§impl PartialEq for DefaultNla
impl PartialEq for DefaultNla
impl Eq for DefaultNla
impl StructuralPartialEq for DefaultNla
Auto Trait Implementations§
impl Freeze for DefaultNla
impl RefUnwindSafe for DefaultNla
impl Send for DefaultNla
impl Sync for DefaultNla
impl Unpin for DefaultNla
impl UnwindSafe for DefaultNla
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