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