pub struct OperationUpdate {}Expand description
Update struct corresponding to Operation
Implementations§
Trait Implementations§
Source§impl Debug for OperationUpdate
impl Debug for OperationUpdate
Source§impl Default for OperationUpdate
impl Default for OperationUpdate
Source§fn default() -> OperationUpdate
fn default() -> OperationUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OperationUpdate
impl RefUnwindSafe for OperationUpdate
impl Send for OperationUpdate
impl Sync for OperationUpdate
impl Unpin for OperationUpdate
impl UnsafeUnpin for OperationUpdate
impl UnwindSafe for OperationUpdate
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