pub enum UrlDeckError<'s> {
InvalidUrl(&'s str),
UnknownVersion(&'s str),
UnknownCard(&'s str),
}Available on crate feature
deck-url only.Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for UrlDeckError<'s>
impl<'s> RefUnwindSafe for UrlDeckError<'s>
impl<'s> Send for UrlDeckError<'s>
impl<'s> Sync for UrlDeckError<'s>
impl<'s> Unpin for UrlDeckError<'s>
impl<'s> UnwindSafe for UrlDeckError<'s>
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