pub struct TagsFullState {
pub tags: Option<HashMap<String, String>>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
If TagsFullState is initialized, the values in this field fully represent all the tags in the next state (the current tag values are not used). If tags.size() == 0, the next state of tags would be no tags for evaluation purposes. Only one type of tags reference (numeric or namespace) is required to be passed.
Trait Implementations§
Source§impl Clone for TagsFullState
impl Clone for TagsFullState
Source§fn clone(&self) -> TagsFullState
fn clone(&self) -> TagsFullState
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 TagsFullState
impl Debug for TagsFullState
Source§impl Default for TagsFullState
impl Default for TagsFullState
Source§fn default() -> TagsFullState
fn default() -> TagsFullState
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TagsFullState
impl<'de> Deserialize<'de> for TagsFullState
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 Serialize for TagsFullState
impl Serialize for TagsFullState
impl Part for TagsFullState
Auto Trait Implementations§
impl Freeze for TagsFullState
impl RefUnwindSafe for TagsFullState
impl Send for TagsFullState
impl Sync for TagsFullState
impl Unpin for TagsFullState
impl UnwindSafe for TagsFullState
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