pub struct CreateLegalDisclosureResponse {
pub errors: Option<Vec<Error>>,
}Expand description
CreateLegalDisclosureResponse : The response schema for the createLegalDisclosure operation.
Fields§
§errors: Option<Vec<Error>>A list of error responses returned when a request is unsuccessful.
Implementations§
Source§impl CreateLegalDisclosureResponse
impl CreateLegalDisclosureResponse
Sourcepub fn new() -> CreateLegalDisclosureResponse
pub fn new() -> CreateLegalDisclosureResponse
The response schema for the createLegalDisclosure operation.
Trait Implementations§
Source§impl Clone for CreateLegalDisclosureResponse
impl Clone for CreateLegalDisclosureResponse
Source§fn clone(&self) -> CreateLegalDisclosureResponse
fn clone(&self) -> CreateLegalDisclosureResponse
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 Default for CreateLegalDisclosureResponse
impl Default for CreateLegalDisclosureResponse
Source§fn default() -> CreateLegalDisclosureResponse
fn default() -> CreateLegalDisclosureResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateLegalDisclosureResponse
impl<'de> Deserialize<'de> for CreateLegalDisclosureResponse
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 CreateLegalDisclosureResponse
impl PartialEq for CreateLegalDisclosureResponse
Source§fn eq(&self, other: &CreateLegalDisclosureResponse) -> bool
fn eq(&self, other: &CreateLegalDisclosureResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateLegalDisclosureResponse
Auto Trait Implementations§
impl Freeze for CreateLegalDisclosureResponse
impl RefUnwindSafe for CreateLegalDisclosureResponse
impl Send for CreateLegalDisclosureResponse
impl Sync for CreateLegalDisclosureResponse
impl Unpin for CreateLegalDisclosureResponse
impl UnwindSafe for CreateLegalDisclosureResponse
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