pub struct NodeIndex(/* private fields */);Trait Implementations§
Source§impl<'de> Deserialize<'de> for NodeIndex
impl<'de> Deserialize<'de> for NodeIndex
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<&NodeIndex> for ShortIndex
impl From<&NodeIndex> for ShortIndex
Source§fn from(value: &NodeIndex) -> ShortIndex
fn from(value: &NodeIndex) -> ShortIndex
Converts to this type from the input type.
Source§impl From<NodeIndex> for ShortIndex
impl From<NodeIndex> for ShortIndex
Source§fn from(value: NodeIndex) -> ShortIndex
fn from(value: NodeIndex) -> ShortIndex
Converts to this type from the input type.
impl Copy for NodeIndex
impl Eq for NodeIndex
impl StructuralPartialEq for NodeIndex
Auto Trait Implementations§
impl Freeze for NodeIndex
impl RefUnwindSafe for NodeIndex
impl Send for NodeIndex
impl Sync for NodeIndex
impl Unpin for NodeIndex
impl UnwindSafe for NodeIndex
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