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