pub struct ProjectListParams {
pub all: Option<bool>,
pub userclass: Option<UserClass>,
}Fields§
§all: Option<bool>§userclass: Option<UserClass>Trait Implementations§
Source§impl Clone for ProjectListParams
impl Clone for ProjectListParams
Source§fn clone(&self) -> ProjectListParams
fn clone(&self) -> ProjectListParams
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 ProjectListParams
impl Debug for ProjectListParams
Source§impl Default for ProjectListParams
impl Default for ProjectListParams
Source§fn default() -> ProjectListParams
fn default() -> ProjectListParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProjectListParams
impl<'de> Deserialize<'de> for ProjectListParams
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 ProjectListParams
impl PartialEq for ProjectListParams
Source§impl Serialize for ProjectListParams
impl Serialize for ProjectListParams
impl StructuralPartialEq for ProjectListParams
Auto Trait Implementations§
impl Freeze for ProjectListParams
impl RefUnwindSafe for ProjectListParams
impl Send for ProjectListParams
impl Sync for ProjectListParams
impl Unpin for ProjectListParams
impl UnwindSafe for ProjectListParams
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