pub struct ProjectBudgetListParams {
pub user: Option<u32>,
pub project: Option<u32>,
pub all: Option<bool>,
pub year: Option<u32>,
}Fields§
§user: Option<u32>§project: Option<u32>§all: Option<bool>§year: Option<u32>Trait Implementations§
Source§impl Clone for ProjectBudgetListParams
impl Clone for ProjectBudgetListParams
Source§fn clone(&self) -> ProjectBudgetListParams
fn clone(&self) -> ProjectBudgetListParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProjectBudgetListParams
impl Debug for ProjectBudgetListParams
Source§impl Default for ProjectBudgetListParams
impl Default for ProjectBudgetListParams
Source§fn default() -> ProjectBudgetListParams
fn default() -> ProjectBudgetListParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProjectBudgetListParams
impl<'de> Deserialize<'de> for ProjectBudgetListParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProjectBudgetListParams
impl PartialEq for ProjectBudgetListParams
Source§impl Serialize for ProjectBudgetListParams
impl Serialize for ProjectBudgetListParams
impl StructuralPartialEq for ProjectBudgetListParams
Auto Trait Implementations§
impl Freeze for ProjectBudgetListParams
impl RefUnwindSafe for ProjectBudgetListParams
impl Send for ProjectBudgetListParams
impl Sync for ProjectBudgetListParams
impl Unpin for ProjectBudgetListParams
impl UnwindSafe for ProjectBudgetListParams
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