pub struct TagRegistry {
pub tags: Vec<Tag>,
}Fields§
Implementations§
Source§impl TagRegistry
impl TagRegistry
Trait Implementations§
Source§impl Clone for TagRegistry
impl Clone for TagRegistry
Source§fn clone(&self) -> TagRegistry
fn clone(&self) -> TagRegistry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TagRegistry
impl Debug for TagRegistry
Source§impl<'de> Deserialize<'de> for TagRegistry
impl<'de> Deserialize<'de> for TagRegistry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TagRegistry
impl PartialEq for TagRegistry
Source§fn eq(&self, other: &TagRegistry) -> bool
fn eq(&self, other: &TagRegistry) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TagRegistry
impl Serialize for TagRegistry
impl StructuralPartialEq for TagRegistry
Auto Trait Implementations§
impl Freeze for TagRegistry
impl RefUnwindSafe for TagRegistry
impl Send for TagRegistry
impl Sync for TagRegistry
impl Unpin for TagRegistry
impl UnsafeUnpin for TagRegistry
impl UnwindSafe for TagRegistry
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