pub struct ResponseDoc {
pub summary: String,
pub dispositions: Vec<Disposition>,
}Fields§
§summary: String§dispositions: Vec<Disposition>Trait Implementations§
Source§impl Clone for ResponseDoc
impl Clone for ResponseDoc
Source§fn clone(&self) -> ResponseDoc
fn clone(&self) -> ResponseDoc
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ResponseDoc
impl Debug for ResponseDoc
Source§impl<'de> Deserialize<'de> for ResponseDoc
impl<'de> Deserialize<'de> for ResponseDoc
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
Auto Trait Implementations§
impl Freeze for ResponseDoc
impl RefUnwindSafe for ResponseDoc
impl Send for ResponseDoc
impl Sync for ResponseDoc
impl Unpin for ResponseDoc
impl UnsafeUnpin for ResponseDoc
impl UnwindSafe for ResponseDoc
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