pub enum WhatGrab {
Newer,
Older,
}Variants§
Trait Implementations§
impl Copy for WhatGrab
impl StructuralPartialEq for WhatGrab
Auto Trait Implementations§
impl Freeze for WhatGrab
impl RefUnwindSafe for WhatGrab
impl Send for WhatGrab
impl Sync for WhatGrab
impl Unpin for WhatGrab
impl UnsafeUnpin for WhatGrab
impl UnwindSafe for WhatGrab
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