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