#[repr(C)]pub struct GSRowKeyPredicateEntryTag {
pub containerName: *const GSChar,
pub predicate: *mut GSRowKeyPredicate,
}
Fields§
§containerName: *const GSChar
§predicate: *mut GSRowKeyPredicate
Trait Implementations§
Source§impl Clone for GSRowKeyPredicateEntryTag
impl Clone for GSRowKeyPredicateEntryTag
Source§fn clone(&self) -> GSRowKeyPredicateEntryTag
fn clone(&self) -> GSRowKeyPredicateEntryTag
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 GSRowKeyPredicateEntryTag
impl Debug for GSRowKeyPredicateEntryTag
impl Copy for GSRowKeyPredicateEntryTag
Auto Trait Implementations§
impl Freeze for GSRowKeyPredicateEntryTag
impl RefUnwindSafe for GSRowKeyPredicateEntryTag
impl !Send for GSRowKeyPredicateEntryTag
impl !Sync for GSRowKeyPredicateEntryTag
impl Unpin for GSRowKeyPredicateEntryTag
impl UnwindSafe for GSRowKeyPredicateEntryTag
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