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