pub struct Grb;Expand description
Marker struct for GRB order
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Grb
impl RefUnwindSafe for Grb
impl Send for Grb
impl Sync for Grb
impl Unpin for Grb
impl UnwindSafe for Grb
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