pub struct UnixModes(/* private fields */);Expand description
The cooked modes, Copy so the caller can hold them in a OnceLock rather
than leaking a Box for the handler to read.
Trait Implementations§
impl Copy for UnixModes
impl Send for UnixModes
impl Sync for UnixModes
Auto Trait Implementations§
impl Freeze for UnixModes
impl RefUnwindSafe for UnixModes
impl Unpin for UnixModes
impl UnsafeUnpin for UnixModes
impl UnwindSafe for UnixModes
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