pub struct ConnectionLabelsUpdate {
pub labels: Vec<String>,
}Expand description
Input used to replace a connection’s labels.
Fields§
§labels: Vec<String>Trait Implementations§
Source§impl Clone for ConnectionLabelsUpdate
impl Clone for ConnectionLabelsUpdate
Source§fn clone(&self) -> ConnectionLabelsUpdate
fn clone(&self) -> ConnectionLabelsUpdate
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 ConnectionLabelsUpdate
impl Debug for ConnectionLabelsUpdate
Source§impl Default for ConnectionLabelsUpdate
impl Default for ConnectionLabelsUpdate
Source§fn default() -> ConnectionLabelsUpdate
fn default() -> ConnectionLabelsUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConnectionLabelsUpdate
impl<'de> Deserialize<'de> for ConnectionLabelsUpdate
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
impl Eq for ConnectionLabelsUpdate
Source§impl PartialEq for ConnectionLabelsUpdate
impl PartialEq for ConnectionLabelsUpdate
Source§impl Serialize for ConnectionLabelsUpdate
impl Serialize for ConnectionLabelsUpdate
impl StructuralPartialEq for ConnectionLabelsUpdate
Auto Trait Implementations§
impl Freeze for ConnectionLabelsUpdate
impl RefUnwindSafe for ConnectionLabelsUpdate
impl Send for ConnectionLabelsUpdate
impl Sync for ConnectionLabelsUpdate
impl Unpin for ConnectionLabelsUpdate
impl UnsafeUnpin for ConnectionLabelsUpdate
impl UnwindSafe for ConnectionLabelsUpdate
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