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