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