pub struct GCInfoIndex(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for GCInfoIndex
impl Clone for GCInfoIndex
Source§fn clone(&self) -> GCInfoIndex
fn clone(&self) -> GCInfoIndex
Returns a duplicate 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 GCInfoIndex
impl Debug for GCInfoIndex
Source§impl Ord for GCInfoIndex
impl Ord for GCInfoIndex
Source§fn cmp(&self, other: &GCInfoIndex) -> Ordering
fn cmp(&self, other: &GCInfoIndex) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GCInfoIndex
impl PartialEq for GCInfoIndex
Source§impl PartialOrd for GCInfoIndex
impl PartialOrd for GCInfoIndex
impl Copy for GCInfoIndex
impl Eq for GCInfoIndex
impl StructuralPartialEq for GCInfoIndex
Auto Trait Implementations§
impl Freeze for GCInfoIndex
impl RefUnwindSafe for GCInfoIndex
impl Send for GCInfoIndex
impl Sync for GCInfoIndex
impl Unpin for GCInfoIndex
impl UnwindSafe for GCInfoIndex
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