pub struct LogicalCashUnitItems { /* private fields */ }Implementations§
Source§impl LogicalCashUnitItems
impl LogicalCashUnitItems
Sourcepub const fn new() -> LogicalCashUnitItems
pub const fn new() -> LogicalCashUnitItems
Creates a new LogicalCashUnitItems list.
Sourcepub fn create(items: [LogicalCashUnit; 83]) -> LogicalCashUnitItems
pub fn create(items: [LogicalCashUnit; 83]) -> LogicalCashUnitItems
Creates a new LogicalCashUnitItems list from the provided parameter.
Sourcepub fn with_size(self, size: u32) -> LogicalCashUnitItems
pub fn with_size(self, size: u32) -> LogicalCashUnitItems
Builder function that sets the size.
Sourcepub fn items(&self) -> &[LogicalCashUnit]
pub fn items(&self) -> &[LogicalCashUnit]
Gets a list of the LogicalCashUnits.
Sourcepub fn items_mut(&mut self) -> &mut [LogicalCashUnit]
pub fn items_mut(&mut self) -> &mut [LogicalCashUnit]
Gets a mutable list of the LogicalCashUnits.
Sourcepub fn set_items(&mut self, items: &[LogicalCashUnit])
pub fn set_items(&mut self, items: &[LogicalCashUnit])
Sets a list of the LogicalCashUnits.
Sourcepub fn with_items(self, items: &[LogicalCashUnit]) -> LogicalCashUnitItems
pub fn with_items(self, items: &[LogicalCashUnit]) -> LogicalCashUnitItems
Builder function that sets a list of the LogicalCashUnits.
Trait Implementations§
Source§impl Clone for LogicalCashUnitItems
impl Clone for LogicalCashUnitItems
Source§fn clone(&self) -> LogicalCashUnitItems
fn clone(&self) -> LogicalCashUnitItems
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 Debug for LogicalCashUnitItems
impl Debug for LogicalCashUnitItems
Source§impl Default for LogicalCashUnitItems
impl Default for LogicalCashUnitItems
Source§fn default() -> LogicalCashUnitItems
fn default() -> LogicalCashUnitItems
Returns the “default value” for a type. Read more
Source§impl From<&LogicalCashUnitItems> for XfsArray
impl From<&LogicalCashUnitItems> for XfsArray
Source§fn from(val: &LogicalCashUnitItems) -> XfsArray
fn from(val: &LogicalCashUnitItems) -> XfsArray
Converts to this type from the input type.
Source§impl From<&LogicalCashUnitItems> for XfsMember
impl From<&LogicalCashUnitItems> for XfsMember
Source§fn from(val: &LogicalCashUnitItems) -> XfsMember
fn from(val: &LogicalCashUnitItems) -> XfsMember
Converts to this type from the input type.
Source§impl From<&LogicalCashUnitItems> for XfsValue
impl From<&LogicalCashUnitItems> for XfsValue
Source§fn from(val: &LogicalCashUnitItems) -> XfsValue
fn from(val: &LogicalCashUnitItems) -> XfsValue
Converts to this type from the input type.
Source§impl From<LogicalCashUnitItems> for XfsArray
impl From<LogicalCashUnitItems> for XfsArray
Source§fn from(val: LogicalCashUnitItems) -> XfsArray
fn from(val: LogicalCashUnitItems) -> XfsArray
Converts to this type from the input type.
Source§impl From<LogicalCashUnitItems> for XfsMember
impl From<LogicalCashUnitItems> for XfsMember
Source§fn from(val: LogicalCashUnitItems) -> XfsMember
fn from(val: LogicalCashUnitItems) -> XfsMember
Converts to this type from the input type.
Source§impl From<LogicalCashUnitItems> for XfsValue
impl From<LogicalCashUnitItems> for XfsValue
Source§fn from(val: LogicalCashUnitItems) -> XfsValue
fn from(val: LogicalCashUnitItems) -> XfsValue
Converts to this type from the input type.
Source§impl PartialEq for LogicalCashUnitItems
impl PartialEq for LogicalCashUnitItems
Source§impl TryFrom<&XfsArray> for LogicalCashUnitItems
impl TryFrom<&XfsArray> for LogicalCashUnitItems
Source§impl TryFrom<&XfsMember> for LogicalCashUnitItems
impl TryFrom<&XfsMember> for LogicalCashUnitItems
Source§impl TryFrom<&XfsValue> for LogicalCashUnitItems
impl TryFrom<&XfsValue> for LogicalCashUnitItems
Source§impl TryFrom<XfsArray> for LogicalCashUnitItems
impl TryFrom<XfsArray> for LogicalCashUnitItems
Source§impl TryFrom<XfsMember> for LogicalCashUnitItems
impl TryFrom<XfsMember> for LogicalCashUnitItems
Source§impl TryFrom<XfsValue> for LogicalCashUnitItems
impl TryFrom<XfsValue> for LogicalCashUnitItems
impl Copy for LogicalCashUnitItems
impl StructuralPartialEq for LogicalCashUnitItems
Auto Trait Implementations§
impl Freeze for LogicalCashUnitItems
impl RefUnwindSafe for LogicalCashUnitItems
impl Send for LogicalCashUnitItems
impl Sync for LogicalCashUnitItems
impl Unpin for LogicalCashUnitItems
impl UnwindSafe for LogicalCashUnitItems
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