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