pub struct SetNullOperation {
pub entity: String,
pub id: String,
pub field: String,
}Fields§
§entity: String§id: String§field: StringAuto Trait Implementations§
impl Freeze for SetNullOperation
impl RefUnwindSafe for SetNullOperation
impl Send for SetNullOperation
impl Sync for SetNullOperation
impl Unpin for SetNullOperation
impl UnsafeUnpin for SetNullOperation
impl UnwindSafe for SetNullOperation
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