pub struct OctetFile { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for OctetFile
impl RefUnwindSafe for OctetFile
impl Send for OctetFile
impl Sync for OctetFile
impl Unpin for OctetFile
impl UnsafeUnpin for OctetFile
impl UnwindSafe for OctetFile
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