pub struct Zypper {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Zypper
impl RefUnwindSafe for Zypper
impl Send for Zypper
impl Sync for Zypper
impl Unpin for Zypper
impl UnwindSafe for Zypper
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