#[repr(C)]pub struct CashBox(/* private fields */);
Expand description
The service can handle a cash box. Always TRUE in the BNR.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CashBox
impl<'de> Deserialize<'de> for CashBox
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
impl Copy for CashBox
impl StructuralPartialEq for CashBox
Auto Trait Implementations§
impl Freeze for CashBox
impl RefUnwindSafe for CashBox
impl Send for CashBox
impl Sync for CashBox
impl Unpin for CashBox
impl UnwindSafe for CashBox
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