pub struct PrimaryKeyRef {
pub columns: &'static [&'static str],
}Expand description
Primary key reference as a const Copy struct.
Fields§
§columns: &'static [&'static str]Trait Implementations§
Source§impl Clone for PrimaryKeyRef
impl Clone for PrimaryKeyRef
Source§fn clone(&self) -> PrimaryKeyRef
fn clone(&self) -> PrimaryKeyRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PrimaryKeyRef
Source§impl Debug for PrimaryKeyRef
impl Debug for PrimaryKeyRef
impl Eq for PrimaryKeyRef
Source§impl PartialEq for PrimaryKeyRef
impl PartialEq for PrimaryKeyRef
impl StructuralPartialEq for PrimaryKeyRef
Auto Trait Implementations§
impl Freeze for PrimaryKeyRef
impl RefUnwindSafe for PrimaryKeyRef
impl Send for PrimaryKeyRef
impl Sync for PrimaryKeyRef
impl Unpin for PrimaryKeyRef
impl UnsafeUnpin for PrimaryKeyRef
impl UnwindSafe for PrimaryKeyRef
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