pub struct OperationOptions {
pub exchange: ExchangeOptions,
pub limits: OperationLimits,
}Expand description
Owned channel constraints and resource budgets; default values are bounded.
Fields§
§exchange: ExchangeOptionsLimits for complete physical APDUs.
limits: OperationLimitsLogical-command input, cumulative response, and exchange budgets.
Implementations§
Trait Implementations§
Source§impl Clone for OperationOptions
impl Clone for OperationOptions
Source§fn clone(&self) -> OperationOptions
fn clone(&self) -> OperationOptions
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 moreimpl Copy for OperationOptions
Source§impl Debug for OperationOptions
impl Debug for OperationOptions
Source§impl Default for OperationOptions
impl Default for OperationOptions
Source§fn default() -> OperationOptions
fn default() -> OperationOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OperationOptions
impl RefUnwindSafe for OperationOptions
impl Send for OperationOptions
impl Sync for OperationOptions
impl Unpin for OperationOptions
impl UnsafeUnpin for OperationOptions
impl UnwindSafe for OperationOptions
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