pub struct AddLocalModsReport {
pub added: Vec<AddedLocalMod>,
}Fields§
§added: Vec<AddedLocalMod>Trait Implementations§
Source§impl Clone for AddLocalModsReport
impl Clone for AddLocalModsReport
Source§fn clone(&self) -> AddLocalModsReport
fn clone(&self) -> AddLocalModsReport
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 AddLocalModsReport
impl Debug for AddLocalModsReport
Source§impl Default for AddLocalModsReport
impl Default for AddLocalModsReport
Source§fn default() -> AddLocalModsReport
fn default() -> AddLocalModsReport
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AddLocalModsReport
impl RefUnwindSafe for AddLocalModsReport
impl Send for AddLocalModsReport
impl Sync for AddLocalModsReport
impl Unpin for AddLocalModsReport
impl UnsafeUnpin for AddLocalModsReport
impl UnwindSafe for AddLocalModsReport
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