pub struct UnsyncCollection {
pub name: String,
pub source: String,
}Available on crate feature
importer only.Expand description
Represents a file metadata 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 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