pub struct Anything { /* private fields */ }Trait Implementations§
impl Copy for Anything
impl Eq for Anything
impl StructuralPartialEq for Anything
Auto Trait Implementations§
impl Freeze for Anything
impl RefUnwindSafe for Anything
impl Send for Anything
impl Sync for Anything
impl Unpin for Anything
impl UnsafeUnpin for Anything
impl UnwindSafe for Anything
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