pub enum SIP008ParseError {
InvalidUrl,
InvalidProtocol,
InvalidPort,
InvalidHost,
}
Variants§
Trait Implementations§
Source§impl Clone for SIP008ParseError
impl Clone for SIP008ParseError
Source§fn clone(&self) -> SIP008ParseError
fn clone(&self) -> SIP008ParseError
Returns a duplicate 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 SIP008ParseError
impl Debug for SIP008ParseError
impl Copy for SIP008ParseError
Auto Trait Implementations§
impl Freeze for SIP008ParseError
impl RefUnwindSafe for SIP008ParseError
impl Send for SIP008ParseError
impl Sync for SIP008ParseError
impl Unpin for SIP008ParseError
impl UnwindSafe for SIP008ParseError
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