pub struct SetMapProjectionsRes {
pub projected_maps_info: Vec<ProjectedMapInfo>,
}Fields§
§projected_maps_info: Vec<ProjectedMapInfo>Trait Implementations§
Source§impl Clone for SetMapProjectionsRes
impl Clone for SetMapProjectionsRes
Source§fn clone(&self) -> SetMapProjectionsRes
fn clone(&self) -> SetMapProjectionsRes
Returns a copy 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 SetMapProjectionsRes
impl Debug for SetMapProjectionsRes
Source§impl Default for SetMapProjectionsRes
impl Default for SetMapProjectionsRes
Source§impl<'de> Deserialize<'de> for SetMapProjectionsRes
impl<'de> Deserialize<'de> for SetMapProjectionsRes
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 SetMapProjectionsRes
impl PartialEq for SetMapProjectionsRes
Source§impl Serialize for SetMapProjectionsRes
impl Serialize for SetMapProjectionsRes
impl Message for SetMapProjectionsRes
impl StructuralPartialEq for SetMapProjectionsRes
Auto Trait Implementations§
impl Freeze for SetMapProjectionsRes
impl RefUnwindSafe for SetMapProjectionsRes
impl Send for SetMapProjectionsRes
impl Sync for SetMapProjectionsRes
impl Unpin for SetMapProjectionsRes
impl UnwindSafe for SetMapProjectionsRes
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