pub struct FetchStatus { /* private fields */ }
Expand description
An FetchStatus
describes the result of a fetch
Implementations§
Source§impl FetchStatus
impl FetchStatus
pub fn is_changed(&self) -> bool
Source§impl FetchStatus
impl FetchStatus
Sourcepub fn has_conflict(&self) -> bool
pub fn has_conflict(&self) -> bool
has_conflict
Trait Implementations§
Source§impl Debug for FetchStatus
impl Debug for FetchStatus
Source§impl Default for FetchStatus
impl Default for FetchStatus
Source§fn default() -> FetchStatus
fn default() -> FetchStatus
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FetchStatus
impl RefUnwindSafe for FetchStatus
impl !Send for FetchStatus
impl !Sync for FetchStatus
impl Unpin for FetchStatus
impl UnwindSafe for FetchStatus
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