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