pub struct SourceChangedEntry {
pub name: String,
pub old_source: String,
pub new_source: String,
}Expand description
Entry for a marketplace with a changed source
Fields§
§name: String§old_source: String§new_source: StringTrait Implementations§
Source§impl Clone for SourceChangedEntry
impl Clone for SourceChangedEntry
Source§fn clone(&self) -> SourceChangedEntry
fn clone(&self) -> SourceChangedEntry
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 moreAuto Trait Implementations§
impl Freeze for SourceChangedEntry
impl RefUnwindSafe for SourceChangedEntry
impl Send for SourceChangedEntry
impl Sync for SourceChangedEntry
impl Unpin for SourceChangedEntry
impl UnsafeUnpin for SourceChangedEntry
impl UnwindSafe for SourceChangedEntry
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