pub enum ListStatementOwner {
Merchant,
Tenant,
}Expand description
取引明細の発行対象で絞り込みます。以下の値が指定できます。
| owner | 絞り込み対象 |
|---|---|
| merchant | 加盟店に向けて発行されたもの |
| tenant | テナントに向けて発行されたもの |
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ListStatementOwner
impl Clone for ListStatementOwner
Source§fn clone(&self) -> ListStatementOwner
fn clone(&self) -> ListStatementOwner
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 ListStatementOwner
impl Debug for ListStatementOwner
Source§impl Display for ListStatementOwner
impl Display for ListStatementOwner
Source§impl FromStr for ListStatementOwner
impl FromStr for ListStatementOwner
Source§impl PartialEq for ListStatementOwner
impl PartialEq for ListStatementOwner
Source§impl Serialize for ListStatementOwner
impl Serialize for ListStatementOwner
impl Copy for ListStatementOwner
impl Eq for ListStatementOwner
impl StructuralPartialEq for ListStatementOwner
Auto Trait Implementations§
impl Freeze for ListStatementOwner
impl RefUnwindSafe for ListStatementOwner
impl Send for ListStatementOwner
impl Sync for ListStatementOwner
impl Unpin for ListStatementOwner
impl UnwindSafe for ListStatementOwner
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