Struct keepass_ng::db::DeletedObjects
source · pub struct DeletedObjects {
pub objects: Vec<DeletedObject>,
}Expand description
Elements that have been previously deleted
Fields§
§objects: Vec<DeletedObject>Implementations§
Trait Implementations§
source§impl Clone for DeletedObjects
impl Clone for DeletedObjects
source§fn clone(&self) -> DeletedObjects
fn clone(&self) -> DeletedObjects
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DeletedObjects
impl Debug for DeletedObjects
source§impl Default for DeletedObjects
impl Default for DeletedObjects
source§fn default() -> DeletedObjects
fn default() -> DeletedObjects
Returns the “default value” for a type. Read more
source§impl PartialEq for DeletedObjects
impl PartialEq for DeletedObjects
source§fn eq(&self, other: &DeletedObjects) -> bool
fn eq(&self, other: &DeletedObjects) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for DeletedObjects
impl StructuralPartialEq for DeletedObjects
Auto Trait Implementations§
impl Freeze for DeletedObjects
impl RefUnwindSafe for DeletedObjects
impl Send for DeletedObjects
impl Sync for DeletedObjects
impl Unpin for DeletedObjects
impl UnwindSafe for DeletedObjects
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