pub struct RefDelete {
pub name: String,
pub oid: ObjectId,
}Fields§
§name: String§oid: ObjectIdTrait Implementations§
impl Eq for RefDelete
impl StructuralPartialEq for RefDelete
Auto Trait Implementations§
impl Freeze for RefDelete
impl RefUnwindSafe for RefDelete
impl Send for RefDelete
impl Sync for RefDelete
impl Unpin for RefDelete
impl UnsafeUnpin for RefDelete
impl UnwindSafe for RefDelete
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