pub struct JointId(pub usize);
Tuple Fields§
§0: usize
Trait Implementations§
source§impl<'de> Deserialize<'de> for JointId
impl<'de> Deserialize<'de> for JointId
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 PartialEq for JointId
impl PartialEq for JointId
impl Copy for JointId
impl Eq for JointId
impl StructuralEq for JointId
impl StructuralPartialEq for JointId
Auto Trait Implementations§
impl RefUnwindSafe for JointId
impl Send for JointId
impl Sync for JointId
impl Unpin for JointId
impl UnwindSafe for JointId
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