pub struct ProviderRecordId(/* private fields */);Expand description
Provider-native identifier for a source record.
Implementations§
Trait Implementations§
Source§impl Clone for ProviderRecordId
impl Clone for ProviderRecordId
Source§fn clone(&self) -> ProviderRecordId
fn clone(&self) -> ProviderRecordId
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 ProviderRecordId
impl Debug for ProviderRecordId
Source§impl<'de> Deserialize<'de> for ProviderRecordId
impl<'de> Deserialize<'de> for ProviderRecordId
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 From<ProviderRecordId> for Id
impl From<ProviderRecordId> for Id
Source§fn from(value: ProviderRecordId) -> Self
fn from(value: ProviderRecordId) -> Self
Converts to this type from the input type.
Source§impl Hash for ProviderRecordId
impl Hash for ProviderRecordId
Source§impl Ord for ProviderRecordId
impl Ord for ProviderRecordId
Source§fn cmp(&self, other: &ProviderRecordId) -> Ordering
fn cmp(&self, other: &ProviderRecordId) -> 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 ProviderRecordId
impl PartialEq for ProviderRecordId
Source§impl PartialOrd for ProviderRecordId
impl PartialOrd for ProviderRecordId
Source§impl Serialize for ProviderRecordId
impl Serialize for ProviderRecordId
impl Eq for ProviderRecordId
impl StructuralPartialEq for ProviderRecordId
Auto Trait Implementations§
impl Freeze for ProviderRecordId
impl RefUnwindSafe for ProviderRecordId
impl Send for ProviderRecordId
impl Sync for ProviderRecordId
impl Unpin for ProviderRecordId
impl UnsafeUnpin for ProviderRecordId
impl UnwindSafe for ProviderRecordId
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