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