pub struct PolylineId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for PolylineId
impl Clone for PolylineId
Source§fn clone(&self) -> PolylineId
fn clone(&self) -> PolylineId
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 PolylineId
Source§impl Debug for PolylineId
impl Debug for PolylineId
impl Eq for PolylineId
Source§impl Hash for PolylineId
impl Hash for PolylineId
Source§impl PartialEq for PolylineId
impl PartialEq for PolylineId
Source§fn eq(&self, other: &PolylineId) -> bool
fn eq(&self, other: &PolylineId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PolylineId
Auto Trait Implementations§
impl Freeze for PolylineId
impl RefUnwindSafe for PolylineId
impl Send for PolylineId
impl Sync for PolylineId
impl Unpin for PolylineId
impl UnsafeUnpin for PolylineId
impl UnwindSafe for PolylineId
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