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