pub struct StaleSource {
pub source: u64,
pub editor: u64,
}Expand description
A crate::Source exported at another revision or by another editor.
Fields§
§source: u64Revision the source was exported at.
editor: u64The editor’s current revision.
Trait Implementations§
Source§impl Clone for StaleSource
impl Clone for StaleSource
impl Copy for StaleSource
Source§impl Debug for StaleSource
impl Debug for StaleSource
Source§impl Display for StaleSource
impl Display for StaleSource
impl Eq for StaleSource
Source§impl Error for StaleSource
impl Error for StaleSource
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for StaleSource
impl PartialEq for StaleSource
impl StructuralPartialEq for StaleSource
Auto Trait Implementations§
impl Freeze for StaleSource
impl RefUnwindSafe for StaleSource
impl Send for StaleSource
impl Sync for StaleSource
impl Unpin for StaleSource
impl UnsafeUnpin for StaleSource
impl UnwindSafe for StaleSource
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