pub struct MagicOrb<T>{ /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for MagicOrb<T>
impl<T> !RefUnwindSafe for MagicOrb<T>
impl<T> Send for MagicOrb<T>where
T: Sync,
impl<T> Sync for MagicOrb<T>where
T: Sync,
impl<T> Unpin for MagicOrb<T>
impl<T> !UnwindSafe for MagicOrb<T>
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