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