pub struct AiParticipantId(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for AiParticipantId
impl AsRef<str> for AiParticipantId
Source§impl Clone for AiParticipantId
impl Clone for AiParticipantId
Source§fn clone(&self) -> AiParticipantId
fn clone(&self) -> AiParticipantId
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 AiParticipantId
impl Debug for AiParticipantId
Source§impl Display for AiParticipantId
impl Display for AiParticipantId
Source§impl FromStr for AiParticipantId
impl FromStr for AiParticipantId
Source§type Err = AiRoleError
type Err = AiRoleError
The associated error which can be returned from parsing.
Source§fn from_str(
value: &str,
) -> Result<AiParticipantId, <AiParticipantId as FromStr>::Err>
fn from_str( value: &str, ) -> Result<AiParticipantId, <AiParticipantId as FromStr>::Err>
Parses a string
s to return a value of this type. Read moreSource§impl Hash for AiParticipantId
impl Hash for AiParticipantId
Source§impl Ord for AiParticipantId
impl Ord for AiParticipantId
Source§fn cmp(&self, other: &AiParticipantId) -> Ordering
fn cmp(&self, other: &AiParticipantId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AiParticipantId
impl PartialEq for AiParticipantId
Source§fn eq(&self, other: &AiParticipantId) -> bool
fn eq(&self, other: &AiParticipantId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AiParticipantId
impl PartialOrd for AiParticipantId
Source§impl TryFrom<&str> for AiParticipantId
impl TryFrom<&str> for AiParticipantId
Source§type Error = AiRoleError
type Error = AiRoleError
The type returned in the event of a conversion error.
Source§fn try_from(
value: &str,
) -> Result<AiParticipantId, <AiParticipantId as TryFrom<&str>>::Error>
fn try_from( value: &str, ) -> Result<AiParticipantId, <AiParticipantId as TryFrom<&str>>::Error>
Performs the conversion.
impl Eq for AiParticipantId
impl StructuralPartialEq for AiParticipantId
Auto Trait Implementations§
impl Freeze for AiParticipantId
impl RefUnwindSafe for AiParticipantId
impl Send for AiParticipantId
impl Sync for AiParticipantId
impl Unpin for AiParticipantId
impl UnsafeUnpin for AiParticipantId
impl UnwindSafe for AiParticipantId
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