pub enum MessageParameterPointerParseError {
MessageHasNoParameters,
StringDoesNotMapToParameterPointer,
}Variants§
Trait Implementations§
source§impl Clone for MessageParameterPointerParseError
impl Clone for MessageParameterPointerParseError
source§fn clone(&self) -> MessageParameterPointerParseError
fn clone(&self) -> MessageParameterPointerParseError
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 moreimpl Copy for MessageParameterPointerParseError
Auto Trait Implementations§
impl Freeze for MessageParameterPointerParseError
impl RefUnwindSafe for MessageParameterPointerParseError
impl Send for MessageParameterPointerParseError
impl Sync for MessageParameterPointerParseError
impl Unpin for MessageParameterPointerParseError
impl UnwindSafe for MessageParameterPointerParseError
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