pub struct LineSetId(/* private fields */);
Expand description
A unique identifier for a line set.
Implementations§
Trait Implementations§
Source§impl Ord for LineSetId
impl Ord for LineSetId
Source§impl PartialOrd for LineSetId
impl PartialOrd for LineSetId
impl Eq for LineSetId
impl StructuralPartialEq for LineSetId
Auto Trait Implementations§
impl Freeze for LineSetId
impl RefUnwindSafe for LineSetId
impl Send for LineSetId
impl Sync for LineSetId
impl Unpin for LineSetId
impl UnwindSafe for LineSetId
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