pub struct AttributeModifiedEventParamsBuilder { /* private fields */ }Expand description
Builder for AttributeModifiedEventParams.
Implementations§
Trait Implementations§
Source§impl Clone for AttributeModifiedEventParamsBuilder
impl Clone for AttributeModifiedEventParamsBuilder
Source§fn clone(&self) -> AttributeModifiedEventParamsBuilder
fn clone(&self) -> AttributeModifiedEventParamsBuilder
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 moreAuto Trait Implementations§
impl Freeze for AttributeModifiedEventParamsBuilder
impl RefUnwindSafe for AttributeModifiedEventParamsBuilder
impl Send for AttributeModifiedEventParamsBuilder
impl Sync for AttributeModifiedEventParamsBuilder
impl Unpin for AttributeModifiedEventParamsBuilder
impl UnsafeUnpin for AttributeModifiedEventParamsBuilder
impl UnwindSafe for AttributeModifiedEventParamsBuilder
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