pub struct ConstraintHandle {
pub id: u32,
pub generation: u32,
}Fields§
§id: u32§generation: u32Trait Implementations§
Source§impl Clone for ConstraintHandle
impl Clone for ConstraintHandle
Source§fn clone(&self) -> ConstraintHandle
fn clone(&self) -> ConstraintHandle
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 ConstraintHandle
Source§impl Debug for ConstraintHandle
impl Debug for ConstraintHandle
Source§impl PartialEq for ConstraintHandle
impl PartialEq for ConstraintHandle
impl StructuralPartialEq for ConstraintHandle
Auto Trait Implementations§
impl Freeze for ConstraintHandle
impl RefUnwindSafe for ConstraintHandle
impl Send for ConstraintHandle
impl Sync for ConstraintHandle
impl Unpin for ConstraintHandle
impl UnsafeUnpin for ConstraintHandle
impl UnwindSafe for ConstraintHandle
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