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