Struct pg_extras::structs::null_indexes::NullIndexes
source · pub struct NullIndexes { /* private fields */ }Trait Implementations§
source§impl Clone for NullIndexes
impl Clone for NullIndexes
source§fn clone(&self) -> NullIndexes
fn clone(&self) -> NullIndexes
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 NullIndexes
impl Debug for NullIndexes
Auto Trait Implementations§
impl RefUnwindSafe for NullIndexes
impl Send for NullIndexes
impl Sync for NullIndexes
impl Unpin for NullIndexes
impl UnwindSafe for NullIndexes
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