pub struct LineString;Trait Implementations§
Source§impl Clone for LineString
impl Clone for LineString
Source§fn clone(&self) -> LineString
fn clone(&self) -> LineString
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 LineString
impl Debug for LineString
Source§impl Default for LineString
impl Default for LineString
Source§fn default() -> LineString
fn default() -> LineString
Returns the “default value” for a type. Read more
Source§impl Hash for LineString
impl Hash for LineString
Source§impl PartialEq for LineString
impl PartialEq for LineString
Source§fn eq(&self, other: &LineString) -> bool
fn eq(&self, other: &LineString) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Assignable<LineString> for Any
impl Assignable for LineString
impl Compatible<Any> for LineString
impl Compatible<LineString> for Any
impl Compatible<LineString> for Placeholder
impl Compatible<Placeholder> for LineString
impl Compatible for LineString
impl Copy for LineString
impl DataType for LineString
impl Eq for LineString
impl StructuralPartialEq for LineString
Auto Trait Implementations§
impl Freeze for LineString
impl RefUnwindSafe for LineString
impl Send for LineString
impl Sync for LineString
impl Unpin for LineString
impl UnsafeUnpin for LineString
impl UnwindSafe for LineString
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