Struct rust_unixfs::UnexpectedNodeType
source · pub struct UnexpectedNodeType(_);
Expand description
Wrapper around the unexpected UnixFs node type, allowing access to querying what is known about the type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UnexpectedNodeType
impl Send for UnexpectedNodeType
impl Sync for UnexpectedNodeType
impl Unpin for UnexpectedNodeType
impl UnwindSafe for UnexpectedNodeType
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