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