pub enum InstanceParseError {
IdIsNotNumber(String),
InvalidElement(String),
UnknownElement(String),
Invalid(String),
InvalidReqInvite(InstanceType),
}Variants§
IdIsNotNumber(String)
InvalidElement(String)
UnknownElement(String)
Invalid(String)
InvalidReqInvite(InstanceType)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InstanceParseError
impl RefUnwindSafe for InstanceParseError
impl Send for InstanceParseError
impl Sync for InstanceParseError
impl Unpin for InstanceParseError
impl UnwindSafe for InstanceParseError
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