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