pub struct ParticipantIdError(/* private fields */);Expand description
Why a ParticipantId is not a valid instance token.
Trait Implementations§
Source§impl Clone for ParticipantIdError
impl Clone for ParticipantIdError
Source§fn clone(&self) -> ParticipantIdError
fn clone(&self) -> ParticipantIdError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ParticipantIdError
impl Debug for ParticipantIdError
Source§impl Display for ParticipantIdError
impl Display for ParticipantIdError
impl Eq for ParticipantIdError
Source§impl Error for ParticipantIdError
impl Error for ParticipantIdError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for ParticipantIdError
impl PartialEq for ParticipantIdError
impl StructuralPartialEq for ParticipantIdError
Auto Trait Implementations§
impl Freeze for ParticipantIdError
impl RefUnwindSafe for ParticipantIdError
impl Send for ParticipantIdError
impl Sync for ParticipantIdError
impl Unpin for ParticipantIdError
impl UnsafeUnpin for ParticipantIdError
impl UnwindSafe for ParticipantIdError
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