pub struct PbGetList { /* private fields */ }Implementations§
Source§impl PbGetList
impl PbGetList
pub fn page(self, page: u16) -> Self
pub fn per_page(self, per_page: u16) -> Self
pub fn sort(self, sort: &str) -> Self
pub fn filter(self, filter: &str) -> Self
pub fn expand(self, expand: &str) -> Self
pub fn fields(self, fields: &str) -> Self
pub fn skip_total(self, skip_total: bool) -> Self
pub async fn call<T: DeserializeOwned>( self, ) -> Result<GetListSuccess<T>, Box<dyn Error>>
Auto Trait Implementations§
impl Freeze for PbGetList
impl RefUnwindSafe for PbGetList
impl Send for PbGetList
impl Sync for PbGetList
impl Unpin for PbGetList
impl UnsafeUnpin for PbGetList
impl UnwindSafe for PbGetList
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