#[non_exhaustive]pub struct RecordIdKey(/* private fields */);
Expand description
The key of a RecordId
.
Trait Implementations§
Source§impl Clone for RecordIdKey
impl Clone for RecordIdKey
Source§fn clone(&self) -> RecordIdKey
fn clone(&self) -> RecordIdKey
Returns a copy 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 RecordIdKey
impl Debug for RecordIdKey
Source§impl Display for RecordIdKey
impl Display for RecordIdKey
Source§impl From<&String> for RecordIdKey
impl From<&String> for RecordIdKey
Source§impl From<&str> for RecordIdKey
impl From<&str> for RecordIdKey
Source§impl From<Object> for RecordIdKey
impl From<Object> for RecordIdKey
Source§impl From<RecordIdKey> for Value
impl From<RecordIdKey> for Value
Source§fn from(key: RecordIdKey) -> Self
fn from(key: RecordIdKey) -> Self
Converts to this type from the input type.
Source§impl From<String> for RecordIdKey
impl From<String> for RecordIdKey
Source§impl From<i64> for RecordIdKey
impl From<i64> for RecordIdKey
Source§impl PartialEq for RecordIdKey
impl PartialEq for RecordIdKey
Source§impl PartialOrd for RecordIdKey
impl PartialOrd for RecordIdKey
Source§impl TryFrom<Value> for RecordIdKey
impl TryFrom<Value> for RecordIdKey
impl StructuralPartialEq for RecordIdKey
Auto Trait Implementations§
impl Freeze for RecordIdKey
impl RefUnwindSafe for RecordIdKey
impl Send for RecordIdKey
impl Sync for RecordIdKey
impl Unpin for RecordIdKey
impl UnwindSafe for RecordIdKey
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