pub struct Root { /* private fields */ }
Implementations§
Source§impl Root
Auto-generated by derive_getters::Getters
.
impl Root
Auto-generated by derive_getters::Getters
.
Sourcepub fn deleted_objects(&self) -> &Vec<DeletedObject>
pub fn deleted_objects(&self) -> &Vec<DeletedObject>
Get field deleted_objects
from instance of Root
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Root
impl RefUnwindSafe for Root
impl Send for Root
impl Sync for Root
impl Unpin for Root
impl UnwindSafe for Root
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