pub struct Mars;Expand description
Planet marker for Mars.
Trait Implementations§
impl Copy for Mars
Auto Trait Implementations§
impl Freeze for Mars
impl RefUnwindSafe for Mars
impl Send for Mars
impl Sync for Mars
impl Unpin for Mars
impl UnsafeUnpin for Mars
impl UnwindSafe for Mars
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