pub struct DiffMetadata {
pub from_timestamp: String,
pub to_timestamp: String,
pub from_revision: Option<String>,
pub to_revision: Option<String>,
}Fields§
§from_timestamp: String§to_timestamp: String§from_revision: Option<String>§to_revision: Option<String>Trait Implementations§
Source§impl Clone for DiffMetadata
impl Clone for DiffMetadata
Source§fn clone(&self) -> DiffMetadata
fn clone(&self) -> DiffMetadata
Returns a duplicate of the value. Read more
1.0.0 · 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 DiffMetadata
impl Debug for DiffMetadata
Auto Trait Implementations§
impl Freeze for DiffMetadata
impl RefUnwindSafe for DiffMetadata
impl Send for DiffMetadata
impl Sync for DiffMetadata
impl Unpin for DiffMetadata
impl UnsafeUnpin for DiffMetadata
impl UnwindSafe for DiffMetadata
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