pub struct Fgm(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for Fgm
impl Ord for Fgm
Source§impl PartialOrd for Fgm
impl PartialOrd for Fgm
impl Copy for Fgm
impl Eq for Fgm
impl StructuralPartialEq for Fgm
Auto Trait Implementations§
impl Freeze for Fgm
impl RefUnwindSafe for Fgm
impl Send for Fgm
impl Sync for Fgm
impl Unpin for Fgm
impl UnwindSafe for Fgm
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