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