pub struct Nack<'a> { /* private fields */ }
Expand description
Generic NACK FCI information as specified in RFC 4585
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Nack<'a>
impl<'a> RefUnwindSafe for Nack<'a>
impl<'a> Send for Nack<'a>
impl<'a> Sync for Nack<'a>
impl<'a> Unpin for Nack<'a>
impl<'a> UnwindSafe for Nack<'a>
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