Struct xmpp_parsers::pubsub::InvalidOption
source · pub struct InvalidOption;
Expand description
An error type where an invalid string was given as an enum constant.
Trait Implementations§
source§impl Clone for InvalidOption
impl Clone for InvalidOption
source§fn clone(&self) -> InvalidOption
fn clone(&self) -> InvalidOption
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 InvalidOption
impl Debug for InvalidOption
impl Copy for InvalidOption
Auto Trait Implementations§
impl RefUnwindSafe for InvalidOption
impl Send for InvalidOption
impl Sync for InvalidOption
impl Unpin for InvalidOption
impl UnwindSafe for InvalidOption
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