pub enum TagsContent {
Tag(Tag),
}Variants§
Trait Implementations§
Source§impl Clone for TagsContent
impl Clone for TagsContent
Source§fn clone(&self) -> TagsContent
fn clone(&self) -> TagsContent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TagsContent
impl Debug for TagsContent
Source§impl PartialEq for TagsContent
impl PartialEq for TagsContent
impl Eq for TagsContent
impl StructuralPartialEq for TagsContent
Auto Trait Implementations§
impl Freeze for TagsContent
impl RefUnwindSafe for TagsContent
impl Send for TagsContent
impl Sync for TagsContent
impl Unpin for TagsContent
impl UnwindSafe for TagsContent
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