pub struct ModifyIssuedDocumentResponse {
pub data: Option<Option<Box<IssuedDocument2>>>,
}Fields§
§data: Option<Option<Box<IssuedDocument2>>>Implementations§
Source§impl ModifyIssuedDocumentResponse
impl ModifyIssuedDocumentResponse
pub fn new() -> ModifyIssuedDocumentResponse
Trait Implementations§
Source§impl Clone for ModifyIssuedDocumentResponse
impl Clone for ModifyIssuedDocumentResponse
Source§fn clone(&self) -> ModifyIssuedDocumentResponse
fn clone(&self) -> ModifyIssuedDocumentResponse
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 ModifyIssuedDocumentResponse
impl Debug for ModifyIssuedDocumentResponse
Source§impl Default for ModifyIssuedDocumentResponse
impl Default for ModifyIssuedDocumentResponse
Source§fn default() -> ModifyIssuedDocumentResponse
fn default() -> ModifyIssuedDocumentResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModifyIssuedDocumentResponse
impl<'de> Deserialize<'de> for ModifyIssuedDocumentResponse
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 ModifyIssuedDocumentResponse
impl PartialEq for ModifyIssuedDocumentResponse
Source§fn eq(&self, other: &ModifyIssuedDocumentResponse) -> bool
fn eq(&self, other: &ModifyIssuedDocumentResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModifyIssuedDocumentResponse
Auto Trait Implementations§
impl Freeze for ModifyIssuedDocumentResponse
impl RefUnwindSafe for ModifyIssuedDocumentResponse
impl Send for ModifyIssuedDocumentResponse
impl Sync for ModifyIssuedDocumentResponse
impl Unpin for ModifyIssuedDocumentResponse
impl UnsafeUnpin for ModifyIssuedDocumentResponse
impl UnwindSafe for ModifyIssuedDocumentResponse
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