pub struct IdentityId {
pub id: String,
}Fields§
§id: StringImplementations§
Source§impl IdentityId
impl IdentityId
pub fn nil() -> 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§fn default() -> IdentityId
fn default() -> IdentityId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IdentityId
impl<'de> Deserialize<'de> for IdentityId
Source§fn deserialize<D>(
deserializer: D,
) -> Result<IdentityId, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<IdentityId, <D as Deserializer<'de>>::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§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.