pub struct SetMapProjections;Trait Implementations§
Source§impl Service for SetMapProjections
impl Service for SetMapProjections
type Request = SetMapProjectionsRequest
type Response = SetMapProjectionsResponse
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for SetMapProjections
impl RefUnwindSafe for SetMapProjections
impl Send for SetMapProjections
impl Sync for SetMapProjections
impl Unpin for SetMapProjections
impl UnwindSafe for SetMapProjections
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