pub struct SetMapProjectionsReq {}Trait Implementations§
Source§impl Clone for SetMapProjectionsReq
impl Clone for SetMapProjectionsReq
Source§fn clone(&self) -> SetMapProjectionsReq
fn clone(&self) -> SetMapProjectionsReq
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 SetMapProjectionsReq
impl Debug for SetMapProjectionsReq
Source§impl Default for SetMapProjectionsReq
impl Default for SetMapProjectionsReq
Source§impl<'de> Deserialize<'de> for SetMapProjectionsReq
impl<'de> Deserialize<'de> for SetMapProjectionsReq
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 SetMapProjectionsReq
impl PartialEq for SetMapProjectionsReq
Source§impl Serialize for SetMapProjectionsReq
impl Serialize for SetMapProjectionsReq
impl Message for SetMapProjectionsReq
impl StructuralPartialEq for SetMapProjectionsReq
Auto Trait Implementations§
impl Freeze for SetMapProjectionsReq
impl RefUnwindSafe for SetMapProjectionsReq
impl Send for SetMapProjectionsReq
impl Sync for SetMapProjectionsReq
impl Unpin for SetMapProjectionsReq
impl UnwindSafe for SetMapProjectionsReq
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