pub struct IdentityId {
pub id: String,
}Fields§
§id: StringImplementations§
Source§impl IdentityId
impl IdentityId
Trait Implementations§
Source§impl Clone for IdentityId
impl Clone for IdentityId
Source§fn clone(&self) -> IdentityId
fn clone(&self) -> IdentityId
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 IdentityId
impl Debug for IdentityId
Source§impl Default for IdentityId
impl Default for IdentityId
Source§impl<'de> Deserialize<'de> for IdentityId
impl<'de> Deserialize<'de> for IdentityId
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 IdentityId
impl Display for IdentityId
Source§impl PartialEq for IdentityId
impl PartialEq for IdentityId
Source§impl Serialize for IdentityId
impl Serialize for IdentityId
Source§impl TryFrom<&str> for IdentityId
impl TryFrom<&str> for IdentityId
Source§impl TryFrom<String> for IdentityId
impl TryFrom<String> for IdentityId
impl StructuralPartialEq for IdentityId
Auto Trait Implementations§
impl Freeze for IdentityId
impl RefUnwindSafe for IdentityId
impl Send for IdentityId
impl Sync for IdentityId
impl Unpin for IdentityId
impl UnwindSafe for IdentityId
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