pub struct Tags { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<IntermediaryTags> for Tags
impl From<IntermediaryTags> for Tags
Source§fn from(value: IntermediaryTags) -> Self
fn from(value: IntermediaryTags) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Tags
impl RefUnwindSafe for Tags
impl Send for Tags
impl Sync for Tags
impl Unpin for Tags
impl UnwindSafe for Tags
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