pub enum ErrorLinkFormat {
ParseError,
}
Expand description
Error type for parsing a link format.
Variants§
ParseError
An error was encountered while parsing the link format.
Trait Implementations§
Source§impl Clone for ErrorLinkFormat
impl Clone for ErrorLinkFormat
Source§fn clone(&self) -> ErrorLinkFormat
fn clone(&self) -> ErrorLinkFormat
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ErrorLinkFormat
impl Debug for ErrorLinkFormat
Source§impl From<ErrorLinkFormat> for Error
impl From<ErrorLinkFormat> for Error
Source§fn from(_: ErrorLinkFormat) -> Self
fn from(_: ErrorLinkFormat) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ErrorLinkFormat
impl PartialEq for ErrorLinkFormat
impl Copy for ErrorLinkFormat
impl Eq for ErrorLinkFormat
impl StructuralPartialEq for ErrorLinkFormat
Auto Trait Implementations§
impl Freeze for ErrorLinkFormat
impl RefUnwindSafe for ErrorLinkFormat
impl Send for ErrorLinkFormat
impl Sync for ErrorLinkFormat
impl Unpin for ErrorLinkFormat
impl UnwindSafe for ErrorLinkFormat
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