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