pub struct NoteGlobalIndex { /* private fields */ }Expand description
Maps dotted global paths to note IDs.
Implementations§
Trait Implementations§
Source§impl Clone for NoteGlobalIndex
impl Clone for NoteGlobalIndex
Source§fn clone(&self) -> NoteGlobalIndex
fn clone(&self) -> NoteGlobalIndex
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NoteGlobalIndex
impl Debug for NoteGlobalIndex
Source§impl Default for NoteGlobalIndex
impl Default for NoteGlobalIndex
Source§fn default() -> NoteGlobalIndex
fn default() -> NoteGlobalIndex
Returns the “default value” for a type. Read more
impl Eq for NoteGlobalIndex
Source§impl PartialEq for NoteGlobalIndex
impl PartialEq for NoteGlobalIndex
Source§fn eq(&self, other: &NoteGlobalIndex) -> bool
fn eq(&self, other: &NoteGlobalIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NoteGlobalIndex
Auto Trait Implementations§
impl Freeze for NoteGlobalIndex
impl RefUnwindSafe for NoteGlobalIndex
impl Send for NoteGlobalIndex
impl Sync for NoteGlobalIndex
impl Unpin for NoteGlobalIndex
impl UnsafeUnpin for NoteGlobalIndex
impl UnwindSafe for NoteGlobalIndex
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