pub struct ExternalRecordId(/* private fields */);Implementations§
Source§impl ExternalRecordId
impl ExternalRecordId
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for ExternalRecordId
impl Clone for ExternalRecordId
Source§fn clone(&self) -> ExternalRecordId
fn clone(&self) -> ExternalRecordId
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 ExternalRecordId
impl Debug for ExternalRecordId
Source§impl<'de> Deserialize<'de> for ExternalRecordId
impl<'de> Deserialize<'de> for ExternalRecordId
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for ExternalRecordId
impl Hash for ExternalRecordId
Source§impl Ord for ExternalRecordId
impl Ord for ExternalRecordId
Source§fn cmp(&self, other: &ExternalRecordId) -> Ordering
fn cmp(&self, other: &ExternalRecordId) -> 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 ExternalRecordId
impl PartialEq for ExternalRecordId
Source§impl PartialOrd for ExternalRecordId
impl PartialOrd for ExternalRecordId
Source§impl Serialize for ExternalRecordId
impl Serialize for ExternalRecordId
impl Eq for ExternalRecordId
impl StructuralPartialEq for ExternalRecordId
Auto Trait Implementations§
impl Freeze for ExternalRecordId
impl RefUnwindSafe for ExternalRecordId
impl Send for ExternalRecordId
impl Sync for ExternalRecordId
impl Unpin for ExternalRecordId
impl UnsafeUnpin for ExternalRecordId
impl UnwindSafe for ExternalRecordId
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