pub struct RefreshFinding {
pub rel_path: String,
pub title: String,
pub freshness: String,
pub verdicts: Vec<RefreshVerdict>,
}Expand description
One vault note’s refresh result.
Fields§
§rel_path: String§title: String§freshness: String§verdicts: Vec<RefreshVerdict>Trait Implementations§
Source§impl Clone for RefreshFinding
impl Clone for RefreshFinding
Source§fn clone(&self) -> RefreshFinding
fn clone(&self) -> RefreshFinding
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 moreSource§impl Debug for RefreshFinding
impl Debug for RefreshFinding
impl Eq for RefreshFinding
Source§impl PartialEq for RefreshFinding
impl PartialEq for RefreshFinding
Source§impl Serialize for RefreshFinding
impl Serialize for RefreshFinding
impl StructuralPartialEq for RefreshFinding
Auto Trait Implementations§
impl Freeze for RefreshFinding
impl RefUnwindSafe for RefreshFinding
impl Send for RefreshFinding
impl Sync for RefreshFinding
impl Unpin for RefreshFinding
impl UnsafeUnpin for RefreshFinding
impl UnwindSafe for RefreshFinding
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