#[repr(C)]pub struct GSRowKeyPredicateTag { /* private fields */ }
Trait Implementations§
Source§impl Clone for GSRowKeyPredicateTag
impl Clone for GSRowKeyPredicateTag
Source§fn clone(&self) -> GSRowKeyPredicateTag
fn clone(&self) -> GSRowKeyPredicateTag
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 GSRowKeyPredicateTag
impl Debug for GSRowKeyPredicateTag
impl Copy for GSRowKeyPredicateTag
Auto Trait Implementations§
impl Freeze for GSRowKeyPredicateTag
impl RefUnwindSafe for GSRowKeyPredicateTag
impl Send for GSRowKeyPredicateTag
impl Sync for GSRowKeyPredicateTag
impl Unpin for GSRowKeyPredicateTag
impl UnwindSafe for GSRowKeyPredicateTag
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