Struct plexo_sdk::resources::projects::operations::GetProjectsWhereBuilder
source · pub struct GetProjectsWhereBuilder { /* private fields */ }Expand description
Builder for GetProjectsWhere.
Implementations§
source§impl GetProjectsWhereBuilder
impl GetProjectsWhereBuilder
pub fn ids(self, value: Vec<Uuid>) -> Self
pub fn name(self, value: String) -> Self
pub fn prefix(self, value: String) -> Self
pub fn owner_id(self, value: Uuid) -> Self
pub fn description(self, value: String) -> Self
pub fn lead_id(self, value: Uuid) -> Self
pub fn start_date(self, value: DateTime<Utc>) -> Self
pub fn due_date(self, value: DateTime<Utc>) -> Self
pub fn _and(self, value: Vec<GetProjectsWhere>) -> Self
pub fn _or(self, value: Vec<GetProjectsWhere>) -> Self
sourcepub fn build(self) -> Result<GetProjectsWhere, GetProjectsWhereBuilderError>
pub fn build(self) -> Result<GetProjectsWhere, GetProjectsWhereBuilderError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetProjectsWhereBuilder
impl RefUnwindSafe for GetProjectsWhereBuilder
impl Send for GetProjectsWhereBuilder
impl Sync for GetProjectsWhereBuilder
impl Unpin for GetProjectsWhereBuilder
impl UnwindSafe for GetProjectsWhereBuilder
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