pub struct SwitchMapRequest;Implementations§
Trait Implementations§
Source§impl Clone for SwitchMapRequest
impl Clone for SwitchMapRequest
Source§fn clone(&self) -> SwitchMapRequest
fn clone(&self) -> SwitchMapRequest
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 SwitchMapRequest
impl Debug for SwitchMapRequest
Source§impl Default for SwitchMapRequest
impl Default for SwitchMapRequest
Source§fn default() -> SwitchMapRequest
fn default() -> SwitchMapRequest
Returns the “default value” for a type. Read more
Source§impl FromResponseBody for SwitchMapRequest
impl FromResponseBody for SwitchMapRequest
type Response = StatusMessage
Source§impl ToRequestBody for SwitchMapRequest
impl ToRequestBody for SwitchMapRequest
fn to_api_request(&self) -> ApiRequest
Auto Trait Implementations§
impl Freeze for SwitchMapRequest
impl RefUnwindSafe for SwitchMapRequest
impl Send for SwitchMapRequest
impl Sync for SwitchMapRequest
impl Unpin for SwitchMapRequest
impl UnwindSafe for SwitchMapRequest
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