pub struct ScanSnapshot {
pub notes: Vec<Note>,
pub scan_roots: Vec<String>,
}Fields§
§notes: Vec<Note>§scan_roots: Vec<String>Trait Implementations§
Source§impl Clone for ScanSnapshot
impl Clone for ScanSnapshot
Source§fn clone(&self) -> ScanSnapshot
fn clone(&self) -> ScanSnapshot
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 ScanSnapshot
impl RefUnwindSafe for ScanSnapshot
impl Send for ScanSnapshot
impl Sync for ScanSnapshot
impl Unpin for ScanSnapshot
impl UnsafeUnpin for ScanSnapshot
impl UnwindSafe for ScanSnapshot
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