pub struct GetFormsResponse {
pub status: u16,
pub body: GetFormsResponseBody,
}
Fields§
§status: u16
§body: GetFormsResponseBody
Trait Implementations§
Source§impl Clone for GetFormsResponse
impl Clone for GetFormsResponse
Source§fn clone(&self) -> GetFormsResponse
fn clone(&self) -> GetFormsResponse
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 GetFormsResponse
impl Debug for GetFormsResponse
Source§impl<'de> Deserialize<'de> for GetFormsResponse
impl<'de> Deserialize<'de> for GetFormsResponse
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 GetFormsResponse
impl RefUnwindSafe for GetFormsResponse
impl Send for GetFormsResponse
impl Sync for GetFormsResponse
impl Unpin for GetFormsResponse
impl UnwindSafe for GetFormsResponse
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