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