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