Struct stripe::model::TerminalReader
source · pub struct TerminalReader {
pub action: Option<Value>,
pub device_sw_version: Option<String>,
pub device_type: String,
pub id: String,
pub ip_address: Option<String>,
pub label: String,
pub livemode: bool,
pub location: Option<Value>,
pub metadata: Value,
pub object: String,
pub serial_number: String,
pub status: Option<String>,
}Fields§
§action: Option<Value>§device_sw_version: Option<String>§device_type: String§id: String§ip_address: Option<String>§label: String§livemode: bool§location: Option<Value>§metadata: Value§object: String§serial_number: String§status: Option<String>Trait Implementations§
source§impl Clone for TerminalReader
impl Clone for TerminalReader
source§fn clone(&self) -> TerminalReader
fn clone(&self) -> TerminalReader
Returns a copy 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 TerminalReader
impl Debug for TerminalReader
source§impl<'de> Deserialize<'de> for TerminalReader
impl<'de> Deserialize<'de> for TerminalReader
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 Display for TerminalReader
impl Display for TerminalReader
Auto Trait Implementations§
impl RefUnwindSafe for TerminalReader
impl Send for TerminalReader
impl Sync for TerminalReader
impl Unpin for TerminalReader
impl UnwindSafe for TerminalReader
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