pub struct GlobalIndex(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for GlobalIndex
impl Clone for GlobalIndex
Source§fn clone(&self) -> GlobalIndex
fn clone(&self) -> GlobalIndex
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 GlobalIndex
impl Debug for GlobalIndex
Source§impl<'de> Deserialize<'de> for GlobalIndex
impl<'de> Deserialize<'de> for GlobalIndex
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<GlobalIndex> for usize
impl From<GlobalIndex> for usize
Source§fn from(idx: GlobalIndex) -> Self
fn from(idx: GlobalIndex) -> Self
Converts to this type from the input type.
Source§impl From<usize> for GlobalIndex
impl From<usize> for GlobalIndex
Source§impl Hash for GlobalIndex
impl Hash for GlobalIndex
Source§impl PartialEq for GlobalIndex
impl PartialEq for GlobalIndex
Source§impl Serialize for GlobalIndex
impl Serialize for GlobalIndex
impl Copy for GlobalIndex
impl Eq for GlobalIndex
impl StructuralPartialEq for GlobalIndex
Auto Trait Implementations§
impl Freeze for GlobalIndex
impl RefUnwindSafe for GlobalIndex
impl Send for GlobalIndex
impl Sync for GlobalIndex
impl Unpin for GlobalIndex
impl UnwindSafe for GlobalIndex
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