pub struct TerminalReaderReaderResourceSetReaderDisplayAction {
pub cart: Option<TerminalReaderReaderResourceCart>,
pub type_: TerminalReaderReaderResourceSetReaderDisplayActionType,
}
Expand description
Represents a reader action to set the reader display
Fields§
§cart: Option<TerminalReaderReaderResourceCart>
Cart object to be displayed by the reader.
type_: TerminalReaderReaderResourceSetReaderDisplayActionType
Type of information to be displayed by the reader.
Trait Implementations§
Source§impl Clone for TerminalReaderReaderResourceSetReaderDisplayAction
impl Clone for TerminalReaderReaderResourceSetReaderDisplayAction
Source§fn clone(&self) -> TerminalReaderReaderResourceSetReaderDisplayAction
fn clone(&self) -> TerminalReaderReaderResourceSetReaderDisplayAction
Returns a duplicate 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 FromValueOpt for TerminalReaderReaderResourceSetReaderDisplayAction
impl FromValueOpt for TerminalReaderReaderResourceSetReaderDisplayAction
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for TerminalReaderReaderResourceSetReaderDisplayAction
impl RefUnwindSafe for TerminalReaderReaderResourceSetReaderDisplayAction
impl Send for TerminalReaderReaderResourceSetReaderDisplayAction
impl Sync for TerminalReaderReaderResourceSetReaderDisplayAction
impl Unpin for TerminalReaderReaderResourceSetReaderDisplayAction
impl UnwindSafe for TerminalReaderReaderResourceSetReaderDisplayAction
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