pub struct GoOnline;Trait Implementations§
Source§impl<'de> Deserialize<'de> for GoOnline
impl<'de> Deserialize<'de> for GoOnline
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 From<GoOnline> for RequestBody
impl From<GoOnline> for RequestBody
Source§impl RequestResponse for GoOnline
impl RequestResponse for GoOnline
type Response = ErrorSuccess
fn extract_response(body: ResponseBody) -> Result<Self::Response, SdkError>
Auto Trait Implementations§
impl Freeze for GoOnline
impl RefUnwindSafe for GoOnline
impl Send for GoOnline
impl Sync for GoOnline
impl Unpin for GoOnline
impl UnwindSafe for GoOnline
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