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