pub enum DestinationError {
DotInAppName,
DotInAspect,
}Variants§
Trait Implementations§
Source§impl Debug for DestinationError
impl Debug for DestinationError
Auto Trait Implementations§
impl Freeze for DestinationError
impl RefUnwindSafe for DestinationError
impl Send for DestinationError
impl Sync for DestinationError
impl Unpin for DestinationError
impl UnwindSafe for DestinationError
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