pub struct ShallowUpdate {
pub shallow: Vec<ObjectId>,
pub unshallow: Vec<ObjectId>,
}Fields§
§shallow: Vec<ObjectId>§unshallow: Vec<ObjectId>Auto Trait Implementations§
impl Freeze for ShallowUpdate
impl RefUnwindSafe for ShallowUpdate
impl Send for ShallowUpdate
impl Sync for ShallowUpdate
impl Unpin for ShallowUpdate
impl UnsafeUnpin for ShallowUpdate
impl UnwindSafe for ShallowUpdate
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