pub struct TagKeys {
pub items: Option<Vec<String>>,
}
Expand description
A complex type that contains zero or more Tag
elements.
Fields§
§items: Option<Vec<String>>
A complex type that contains Tag
key elements.
Trait Implementations§
impl StructuralPartialEq for TagKeys
Auto Trait Implementations§
impl Freeze for TagKeys
impl RefUnwindSafe for TagKeys
impl Send for TagKeys
impl Sync for TagKeys
impl Unpin for TagKeys
impl UnwindSafe for TagKeys
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