pub struct ResponseTypeMapping {
pub rust_type: String,
pub conversion_impl: Option<String>,
pub imports: Vec<String>,
}Fields§
§rust_type: String§conversion_impl: Option<String>§imports: Vec<String>Trait Implementations§
Source§impl Clone for ResponseTypeMapping
impl Clone for ResponseTypeMapping
Source§fn clone(&self) -> ResponseTypeMapping
fn clone(&self) -> ResponseTypeMapping
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 moreAuto Trait Implementations§
impl Freeze for ResponseTypeMapping
impl RefUnwindSafe for ResponseTypeMapping
impl Send for ResponseTypeMapping
impl Sync for ResponseTypeMapping
impl Unpin for ResponseTypeMapping
impl UnwindSafe for ResponseTypeMapping
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