pub enum ListBalanceOwner {
Merchant,
Tenant,
}Expand description
Balanceの所有者で絞り込みます。以下の値が指定できます。merchantまたはtenant.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ListBalanceOwner
impl Clone for ListBalanceOwner
Source§fn clone(&self) -> ListBalanceOwner
fn clone(&self) -> ListBalanceOwner
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 ListBalanceOwner
impl Debug for ListBalanceOwner
Source§impl Display for ListBalanceOwner
impl Display for ListBalanceOwner
Source§impl FromStr for ListBalanceOwner
impl FromStr for ListBalanceOwner
Source§impl PartialEq for ListBalanceOwner
impl PartialEq for ListBalanceOwner
Source§impl Serialize for ListBalanceOwner
impl Serialize for ListBalanceOwner
impl Copy for ListBalanceOwner
impl Eq for ListBalanceOwner
impl StructuralPartialEq for ListBalanceOwner
Auto Trait Implementations§
impl Freeze for ListBalanceOwner
impl RefUnwindSafe for ListBalanceOwner
impl Send for ListBalanceOwner
impl Sync for ListBalanceOwner
impl Unpin for ListBalanceOwner
impl UnwindSafe for ListBalanceOwner
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