pub struct UnsyncCollection {
pub name: String,
pub source: String,
}Available on crate feature
importer only.Expand description
Represents a collection that is not yet synced to the database.
Fields§
§name: String§source: StringImplementations§
Trait Implementations§
Source§impl Clone for UnsyncCollection
impl Clone for UnsyncCollection
Source§fn clone(&self) -> UnsyncCollection
fn clone(&self) -> UnsyncCollection
Returns a duplicate 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 UnsyncCollection
impl Debug for UnsyncCollection
Source§impl Hash for UnsyncCollection
impl Hash for UnsyncCollection
Source§impl PartialEq for UnsyncCollection
impl PartialEq for UnsyncCollection
impl Eq for UnsyncCollection
impl StructuralPartialEq for UnsyncCollection
Auto Trait Implementations§
impl Freeze for UnsyncCollection
impl RefUnwindSafe for UnsyncCollection
impl Send for UnsyncCollection
impl Sync for UnsyncCollection
impl Unpin for UnsyncCollection
impl UnsafeUnpin for UnsyncCollection
impl UnwindSafe for UnsyncCollection
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.