pub struct core;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for core
impl RefUnwindSafe for core
impl Send for core
impl Sync for core
impl Unpin for core
impl UnwindSafe for core
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