pub struct Posix;Trait Implementations§
Source§impl ConstPlatform for Posix
impl ConstPlatform for Posix
Source§impl Ord for Posix
impl Ord for Posix
Source§impl PartialOrd for Posix
impl PartialOrd for Posix
impl Copy for Posix
impl Eq for Posix
impl StructuralPartialEq for Posix
Auto Trait Implementations§
impl Freeze for Posix
impl RefUnwindSafe for Posix
impl Send for Posix
impl Sync for Posix
impl Unpin for Posix
impl UnwindSafe for Posix
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