pub struct LogicPathId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for LogicPathId
impl Clone for LogicPathId
Source§fn clone(&self) -> LogicPathId
fn clone(&self) -> LogicPathId
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 moreimpl Copy for LogicPathId
Source§impl Debug for LogicPathId
impl Debug for LogicPathId
Source§impl<'de> Deserialize<'de> for LogicPathId
impl<'de> Deserialize<'de> for LogicPathId
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
impl Eq for LogicPathId
Source§impl Hash for LogicPathId
impl Hash for LogicPathId
Source§impl Ord for LogicPathId
impl Ord for LogicPathId
Source§fn cmp(&self, other: &LogicPathId) -> Ordering
fn cmp(&self, other: &LogicPathId) -> Ordering
1.21.0 (const: unstable) · 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 LogicPathId
impl PartialEq for LogicPathId
Source§impl PartialOrd for LogicPathId
impl PartialOrd for LogicPathId
Source§impl Serialize for LogicPathId
impl Serialize for LogicPathId
impl StructuralPartialEq for LogicPathId
Auto Trait Implementations§
impl Freeze for LogicPathId
impl RefUnwindSafe for LogicPathId
impl Send for LogicPathId
impl Sync for LogicPathId
impl Unpin for LogicPathId
impl UnsafeUnpin for LogicPathId
impl UnwindSafe for LogicPathId
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