pub enum AptError {
NotFound(String),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AptError
impl RefUnwindSafe for AptError
impl Send for AptError
impl Sync for AptError
impl Unpin for AptError
impl UnwindSafe for AptError
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