Struct plexo_sdk::assets::operations::GetAssetsInputBuilder
source · pub struct GetAssetsInputBuilder { /* private fields */ }Expand description
Builder for GetAssetsInput.
Implementations§
source§impl GetAssetsInputBuilder
impl GetAssetsInputBuilder
pub fn filter(self, value: GetAssetsWhere) -> Self
pub fn sort_by(self, value: String) -> Self
pub fn sort_order(self, value: SortOrder) -> Self
pub fn limit<VALUE: Into<i32>>(self, value: VALUE) -> Self
pub fn offset<VALUE: Into<i32>>(self, value: VALUE) -> Self
sourcepub fn build(self) -> Result<GetAssetsInput, GetAssetsInputBuilderError>
pub fn build(self) -> Result<GetAssetsInput, GetAssetsInputBuilderError>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GetAssetsInputBuilder
impl Send for GetAssetsInputBuilder
impl Sync for GetAssetsInputBuilder
impl Unpin for GetAssetsInputBuilder
impl UnwindSafe for GetAssetsInputBuilder
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