pub struct ClientSymbolTagOptions {
pub value_set: Vec<SymbolTag>,
}
Expand description
@since 3.18.0
Fields§
§value_set: Vec<SymbolTag>
The tags supported by the client.
Trait Implementations§
Source§impl Clone for ClientSymbolTagOptions
impl Clone for ClientSymbolTagOptions
Source§fn clone(&self) -> ClientSymbolTagOptions
fn clone(&self) -> ClientSymbolTagOptions
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 ClientSymbolTagOptions
impl Debug for ClientSymbolTagOptions
Source§impl Default for ClientSymbolTagOptions
impl Default for ClientSymbolTagOptions
Source§fn default() -> ClientSymbolTagOptions
fn default() -> ClientSymbolTagOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClientSymbolTagOptions
impl<'de> Deserialize<'de> for ClientSymbolTagOptions
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 ClientSymbolTagOptions
impl PartialEq for ClientSymbolTagOptions
Source§impl Serialize for ClientSymbolTagOptions
impl Serialize for ClientSymbolTagOptions
impl Eq for ClientSymbolTagOptions
impl StructuralPartialEq for ClientSymbolTagOptions
Auto Trait Implementations§
impl Freeze for ClientSymbolTagOptions
impl RefUnwindSafe for ClientSymbolTagOptions
impl Send for ClientSymbolTagOptions
impl Sync for ClientSymbolTagOptions
impl Unpin for ClientSymbolTagOptions
impl UnwindSafe for ClientSymbolTagOptions
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