pub struct AgentCredentialId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for AgentCredentialId
impl Clone for AgentCredentialId
impl Copy for AgentCredentialId
Source§impl Debug for AgentCredentialId
impl Debug for AgentCredentialId
Source§impl<'de> Deserialize<'de> for AgentCredentialId
impl<'de> Deserialize<'de> for AgentCredentialId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for AgentCredentialId
impl Display for AgentCredentialId
impl Eq for AgentCredentialId
Source§impl From<AgentCredentialId> for Uuid
impl From<AgentCredentialId> for Uuid
Source§fn from(value: AgentCredentialId) -> Self
fn from(value: AgentCredentialId) -> Self
Converts to this type from the input type.
Source§impl From<Uuid> for AgentCredentialId
impl From<Uuid> for AgentCredentialId
Source§impl FromStr for AgentCredentialId
impl FromStr for AgentCredentialId
Source§impl Hash for AgentCredentialId
impl Hash for AgentCredentialId
Source§impl Ord for AgentCredentialId
impl Ord for AgentCredentialId
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for AgentCredentialId
impl PartialEq for AgentCredentialId
Source§impl PartialOrd for AgentCredentialId
impl PartialOrd for AgentCredentialId
Source§impl Serialize for AgentCredentialId
impl Serialize for AgentCredentialId
impl StructuralPartialEq for AgentCredentialId
Auto Trait Implementations§
impl Freeze for AgentCredentialId
impl RefUnwindSafe for AgentCredentialId
impl Send for AgentCredentialId
impl Sync for AgentCredentialId
impl Unpin for AgentCredentialId
impl UnsafeUnpin for AgentCredentialId
impl UnwindSafe for AgentCredentialId
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