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