Struct plexo_sdk::resources::changes::operations::GetChangesInputBuilder
source · pub struct GetChangesInputBuilder { /* private fields */ }Expand description
Builder for GetChangesInput.
Implementations§
source§impl GetChangesInputBuilder
impl GetChangesInputBuilder
pub fn filter(self, value: GetChangesWhere) -> 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<GetChangesInput, GetChangesInputBuilderError>
pub fn build(self) -> Result<GetChangesInput, GetChangesInputBuilderError>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GetChangesInputBuilder
impl Send for GetChangesInputBuilder
impl Sync for GetChangesInputBuilder
impl Unpin for GetChangesInputBuilder
impl UnwindSafe for GetChangesInputBuilder
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