pub struct NulByteSnafu;Expand description
SNAFU context selector for the Error::NulByte variant
Trait Implementations§
Source§impl Clone for NulByteSnafu
impl Clone for NulByteSnafu
Source§fn clone(&self) -> NulByteSnafu
fn clone(&self) -> NulByteSnafu
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NulByteSnafu
Source§impl Debug for NulByteSnafu
impl Debug for NulByteSnafu
Auto Trait Implementations§
impl Freeze for NulByteSnafu
impl RefUnwindSafe for NulByteSnafu
impl Send for NulByteSnafu
impl Sync for NulByteSnafu
impl Unpin for NulByteSnafu
impl UnsafeUnpin for NulByteSnafu
impl UnwindSafe for NulByteSnafu
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