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