pub struct ClientClientWrappedClient {
pub response: Option<Box<ClientClient>>,
pub client: Option<Box<ClientClient>>,
}Fields§
§response: Option<Box<ClientClient>>§client: Option<Box<ClientClient>>Implementations§
Source§impl ClientClientWrappedClient
impl ClientClientWrappedClient
pub fn new( response: Option<ClientClient>, client: Option<ClientClient>, ) -> ClientClientWrappedClient
Trait Implementations§
Source§impl Clone for ClientClientWrappedClient
impl Clone for ClientClientWrappedClient
Source§fn clone(&self) -> ClientClientWrappedClient
fn clone(&self) -> ClientClientWrappedClient
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 ClientClientWrappedClient
impl Debug for ClientClientWrappedClient
Source§impl Default for ClientClientWrappedClient
impl Default for ClientClientWrappedClient
Source§fn default() -> ClientClientWrappedClient
fn default() -> ClientClientWrappedClient
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClientClientWrappedClient
impl<'de> Deserialize<'de> for ClientClientWrappedClient
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
impl StructuralPartialEq for ClientClientWrappedClient
Auto Trait Implementations§
impl Freeze for ClientClientWrappedClient
impl RefUnwindSafe for ClientClientWrappedClient
impl Send for ClientClientWrappedClient
impl Sync for ClientClientWrappedClient
impl Unpin for ClientClientWrappedClient
impl UnwindSafe for ClientClientWrappedClient
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