pub struct InstalledBinary { /* private fields */ }Expand description
What was installed, once the rename succeeded.
Implementations§
Trait Implementations§
Source§impl Clone for InstalledBinary
impl Clone for InstalledBinary
Source§fn clone(&self) -> InstalledBinary
fn clone(&self) -> InstalledBinary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InstalledBinary
impl Debug for InstalledBinary
impl Eq for InstalledBinary
Source§impl PartialEq for InstalledBinary
impl PartialEq for InstalledBinary
impl StructuralPartialEq for InstalledBinary
Auto Trait Implementations§
impl Freeze for InstalledBinary
impl RefUnwindSafe for InstalledBinary
impl Send for InstalledBinary
impl Sync for InstalledBinary
impl Unpin for InstalledBinary
impl UnsafeUnpin for InstalledBinary
impl UnwindSafe for InstalledBinary
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