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