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