pub struct GlobalFile(/* private fields */);Implementations§
Trait Implementations§
impl Sync for GlobalFile
Auto Trait Implementations§
impl !Freeze for GlobalFile
impl !RefUnwindSafe for GlobalFile
impl Send for GlobalFile
impl Unpin for GlobalFile
impl UnsafeUnpin for GlobalFile
impl !UnwindSafe for GlobalFile
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