pub struct LinkAttributeUpdate {
pub attribute_action: Option<LinkAttributeAction>,
pub attribute_key: Option<AttributeKey>,
}Expand description
Structure that contains attribute update information.
Fields§
§attribute_action: Option<LinkAttributeAction>The action to perform as part of the attribute update.
attribute_key: Option<AttributeKey>The key of the attribute being updated.
Trait Implementations§
Source§impl Clone for LinkAttributeUpdate
impl Clone for LinkAttributeUpdate
Source§fn clone(&self) -> LinkAttributeUpdate
fn clone(&self) -> LinkAttributeUpdate
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 LinkAttributeUpdate
impl Debug for LinkAttributeUpdate
Source§impl Default for LinkAttributeUpdate
impl Default for LinkAttributeUpdate
Source§fn default() -> LinkAttributeUpdate
fn default() -> LinkAttributeUpdate
Returns the “default value” for a type. Read more
Source§impl PartialEq for LinkAttributeUpdate
impl PartialEq for LinkAttributeUpdate
Source§impl Serialize for LinkAttributeUpdate
impl Serialize for LinkAttributeUpdate
impl StructuralPartialEq for LinkAttributeUpdate
Auto Trait Implementations§
impl !Freeze for LinkAttributeUpdate
impl RefUnwindSafe for LinkAttributeUpdate
impl Send for LinkAttributeUpdate
impl Sync for LinkAttributeUpdate
impl Unpin for LinkAttributeUpdate
impl UnwindSafe for LinkAttributeUpdate
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