pub struct GoNil;Expand description
Go nil metadata.
Implementations§
Trait Implementations§
Source§impl Ord for GoNil
impl Ord for GoNil
Source§impl PartialOrd for GoNil
impl PartialOrd for GoNil
impl Copy for GoNil
impl Eq for GoNil
impl StructuralPartialEq for GoNil
Auto Trait Implementations§
impl Freeze for GoNil
impl RefUnwindSafe for GoNil
impl Send for GoNil
impl Sync for GoNil
impl Unpin for GoNil
impl UnsafeUnpin for GoNil
impl UnwindSafe for GoNil
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