pub struct DnfR { /* private fields */ }
Expand description
Value of the field DNF
Implementations§
Auto Trait Implementations§
impl Freeze for DnfR
impl RefUnwindSafe for DnfR
impl Send for DnfR
impl Sync for DnfR
impl Unpin for DnfR
impl UnwindSafe for DnfR
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