pub struct MarkerArray {
pub markers: Vec<Marker>,
}
Fields§
§markers: Vec<Marker>
Trait Implementations§
Source§impl Clone for MarkerArray
impl Clone for MarkerArray
Source§fn clone(&self) -> MarkerArray
fn clone(&self) -> MarkerArray
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 MarkerArray
impl Debug for MarkerArray
Source§impl Default for MarkerArray
impl Default for MarkerArray
Source§impl<'de> Deserialize<'de> for MarkerArray
impl<'de> Deserialize<'de> for MarkerArray
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MarkerArray
impl PartialEq for MarkerArray
Source§impl Serialize for MarkerArray
impl Serialize for MarkerArray
impl Message for MarkerArray
impl StructuralPartialEq for MarkerArray
Auto Trait Implementations§
impl Freeze for MarkerArray
impl RefUnwindSafe for MarkerArray
impl Send for MarkerArray
impl Sync for MarkerArray
impl Unpin for MarkerArray
impl UnwindSafe for MarkerArray
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