pub struct DeltaEntry {
pub name: String,
pub version: Option<String>,
pub source: Option<String>,
pub via: String,
}Fields§
§name: String§version: Option<String>§source: Option<String>§via: StringTrait Implementations§
Source§impl Clone for DeltaEntry
impl Clone for DeltaEntry
Source§fn clone(&self) -> DeltaEntry
fn clone(&self) -> DeltaEntry
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 DeltaEntry
impl Debug for DeltaEntry
Source§impl PartialEq for DeltaEntry
impl PartialEq for DeltaEntry
Source§impl Serialize for DeltaEntry
impl Serialize for DeltaEntry
impl Eq for DeltaEntry
impl StructuralPartialEq for DeltaEntry
Auto Trait Implementations§
impl Freeze for DeltaEntry
impl RefUnwindSafe for DeltaEntry
impl Send for DeltaEntry
impl Sync for DeltaEntry
impl Unpin for DeltaEntry
impl UnsafeUnpin for DeltaEntry
impl UnwindSafe for DeltaEntry
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