pub struct TagKeyOnly {
pub key: Option<String>,
}Expand description
The key of a tag.
Fields§
§key: Option<String>The name of the key.
Trait Implementations§
Source§impl Clone for TagKeyOnly
impl Clone for TagKeyOnly
Source§fn clone(&self) -> TagKeyOnly
fn clone(&self) -> TagKeyOnly
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 TagKeyOnly
impl Debug for TagKeyOnly
Source§impl Default for TagKeyOnly
impl Default for TagKeyOnly
Source§fn default() -> TagKeyOnly
fn default() -> TagKeyOnly
Returns the “default value” for a type. Read more
Source§impl PartialEq for TagKeyOnly
impl PartialEq for TagKeyOnly
impl StructuralPartialEq for TagKeyOnly
Auto Trait Implementations§
impl Freeze for TagKeyOnly
impl RefUnwindSafe for TagKeyOnly
impl Send for TagKeyOnly
impl Sync for TagKeyOnly
impl Unpin for TagKeyOnly
impl UnwindSafe for TagKeyOnly
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