pub struct ModifyOperation {
pub operation_type: String,
pub record: CkRecord,
}Fields§
§operation_type: String§record: CkRecordTrait Implementations§
Source§impl Debug for ModifyOperation
impl Debug for ModifyOperation
Auto Trait Implementations§
impl Freeze for ModifyOperation
impl RefUnwindSafe for ModifyOperation
impl Send for ModifyOperation
impl Sync for ModifyOperation
impl Unpin for ModifyOperation
impl UnsafeUnpin for ModifyOperation
impl UnwindSafe for ModifyOperation
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