pub struct InstallationLite { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for InstallationLite
impl Clone for InstallationLite
Source§fn clone(&self) -> InstallationLite
fn clone(&self) -> InstallationLite
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 InstallationLite
impl Debug for InstallationLite
Source§impl Default for InstallationLite
impl Default for InstallationLite
Source§impl From<InstallationLite> for InstallationLite
impl From<InstallationLite> for InstallationLite
Source§fn from(value: InstallationLite) -> Self
fn from(value: InstallationLite) -> Self
Converts to this type from the input type.
Source§impl TryFrom<InstallationLite> for InstallationLite
impl TryFrom<InstallationLite> for InstallationLite
Auto Trait Implementations§
impl Freeze for InstallationLite
impl RefUnwindSafe for InstallationLite
impl Send for InstallationLite
impl Sync for InstallationLite
impl Unpin for InstallationLite
impl UnwindSafe for InstallationLite
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