pub struct LinearRingValue { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LinearRingValue
impl Clone for LinearRingValue
Source§fn clone(&self) -> LinearRingValue
fn clone(&self) -> LinearRingValue
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 moreSource§impl Debug for LinearRingValue
impl Debug for LinearRingValue
Source§impl PartialEq for LinearRingValue
impl PartialEq for LinearRingValue
Source§fn eq(&self, other: &LinearRingValue) -> bool
fn eq(&self, other: &LinearRingValue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LinearRingValue
Auto Trait Implementations§
impl Freeze for LinearRingValue
impl RefUnwindSafe for LinearRingValue
impl Send for LinearRingValue
impl Sync for LinearRingValue
impl Unpin for LinearRingValue
impl UnsafeUnpin for LinearRingValue
impl UnwindSafe for LinearRingValue
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