pub struct ListCardsQueryBuilder { /* private fields */ }Implementations§
Source§impl ListCardsQueryBuilder
impl ListCardsQueryBuilder
pub fn new() -> Self
pub fn cursor(self, cursor: String) -> Self
pub fn customer_id(self, customer_id: String) -> Self
pub fn include_disabled(self) -> Self
pub fn exclude_disabled(self) -> Self
pub fn reference_id(self, reference_id: String) -> Self
pub fn sort_ascending(self) -> Self
pub fn sort_descending(self) -> Self
pub async fn build(self) -> Vec<(String, String)>
Trait Implementations§
Source§impl Default for ListCardsQueryBuilder
impl Default for ListCardsQueryBuilder
Source§fn default() -> ListCardsQueryBuilder
fn default() -> ListCardsQueryBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListCardsQueryBuilder
impl RefUnwindSafe for ListCardsQueryBuilder
impl Send for ListCardsQueryBuilder
impl Sync for ListCardsQueryBuilder
impl Unpin for ListCardsQueryBuilder
impl UnwindSafe for ListCardsQueryBuilder
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