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