pub struct ManagedCore { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for ManagedCore
impl Debug for ManagedCore
Source§impl PartialEq for ManagedCore
impl PartialEq for ManagedCore
Auto Trait Implementations§
impl Freeze for ManagedCore
impl RefUnwindSafe for ManagedCore
impl Send for ManagedCore
impl Sync for ManagedCore
impl Unpin for ManagedCore
impl UnwindSafe for ManagedCore
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