pub struct DrawingCommands(pub Vec<DrawingCommand>);Tuple Fields§
§0: Vec<DrawingCommand>Trait Implementations§
Source§impl Clone for DrawingCommands
impl Clone for DrawingCommands
Source§fn clone(&self) -> DrawingCommands
fn clone(&self) -> DrawingCommands
Returns a duplicate of the value. Read more
1.0.0 · 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 DrawingCommands
impl Debug for DrawingCommands
Source§impl<'a> From<&'a [u32]> for DrawingCommands
impl<'a> From<&'a [u32]> for DrawingCommands
Source§fn from(data: &[u32]) -> DrawingCommands
fn from(data: &[u32]) -> DrawingCommands
Converts to this type from the input type.
Source§impl<'a> From<&'a LineString<i32>> for DrawingCommands
impl<'a> From<&'a LineString<i32>> for DrawingCommands
Source§fn from(ls: &'a LineString<i32>) -> DrawingCommands
fn from(ls: &'a LineString<i32>) -> DrawingCommands
Converts to this type from the input type.
Source§impl<'a> From<&'a MultiLineString<i32>> for DrawingCommands
impl<'a> From<&'a MultiLineString<i32>> for DrawingCommands
Source§fn from(mls: &'a MultiLineString<i32>) -> DrawingCommands
fn from(mls: &'a MultiLineString<i32>) -> DrawingCommands
Converts to this type from the input type.
Source§impl<'a> From<&'a MultiPoint<i32>> for DrawingCommands
impl<'a> From<&'a MultiPoint<i32>> for DrawingCommands
Source§fn from(mp: &'a MultiPoint<i32>) -> DrawingCommands
fn from(mp: &'a MultiPoint<i32>) -> DrawingCommands
Converts to this type from the input type.
Source§impl<'a> From<&'a MultiPolygon<i32>> for DrawingCommands
impl<'a> From<&'a MultiPolygon<i32>> for DrawingCommands
Source§fn from(mpoly: &'a MultiPolygon<i32>) -> DrawingCommands
fn from(mpoly: &'a MultiPolygon<i32>) -> DrawingCommands
Converts to this type from the input type.
Source§impl PartialEq for DrawingCommands
impl PartialEq for DrawingCommands
impl Eq for DrawingCommands
impl StructuralPartialEq for DrawingCommands
Auto Trait Implementations§
impl Freeze for DrawingCommands
impl RefUnwindSafe for DrawingCommands
impl Send for DrawingCommands
impl Sync for DrawingCommands
impl Unpin for DrawingCommands
impl UnwindSafe for DrawingCommands
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