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