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