pub struct DirectoryRecord {
pub id: i64,
pub path: String,
pub status: String,
pub indexed_at: i64,
}Fields§
§id: i64§path: String§status: String§indexed_at: i64Trait Implementations§
Source§impl Clone for DirectoryRecord
impl Clone for DirectoryRecord
Source§fn clone(&self) -> DirectoryRecord
fn clone(&self) -> DirectoryRecord
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DirectoryRecord
impl RefUnwindSafe for DirectoryRecord
impl Send for DirectoryRecord
impl Sync for DirectoryRecord
impl Unpin for DirectoryRecord
impl UnsafeUnpin for DirectoryRecord
impl UnwindSafe for DirectoryRecord
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