pub struct IdShortError { /* private fields */ }Implementations§
Source§impl IdShortError
impl IdShortError
pub fn new(reason: IdShortErrorReason) -> IdShortError
Trait Implementations§
Source§impl Debug for IdShortError
impl Debug for IdShortError
Source§impl From<Error> for IdShortError
impl From<Error> for IdShortError
Source§impl PartialEq for IdShortError
impl PartialEq for IdShortError
impl StructuralPartialEq for IdShortError
Auto Trait Implementations§
impl Freeze for IdShortError
impl RefUnwindSafe for IdShortError
impl Send for IdShortError
impl Sync for IdShortError
impl Unpin for IdShortError
impl UnwindSafe for IdShortError
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