pub struct GosElem { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Ord for GosElem
impl Ord for GosElem
Source§impl PartialOrd for GosElem
impl PartialOrd for GosElem
impl Eq for GosElem
impl StructuralPartialEq for GosElem
Auto Trait Implementations§
impl !Freeze for GosElem
impl !RefUnwindSafe for GosElem
impl !Send for GosElem
impl !Sync for GosElem
impl Unpin for GosElem
impl !UnwindSafe for GosElem
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