pub struct ProjectListInput {
pub team_name: Option<Option<String>>,
pub team_slug: Option<Option<String>>,
}Expand description
ProjectListInput : Client input for filtering project list.
Fields§
§team_name: Option<Option<String>>§team_slug: Option<Option<String>>Implementations§
Source§impl ProjectListInput
impl ProjectListInput
Sourcepub fn new() -> ProjectListInput
pub fn new() -> ProjectListInput
Client input for filtering project list.
Trait Implementations§
Source§impl Clone for ProjectListInput
impl Clone for ProjectListInput
Source§fn clone(&self) -> ProjectListInput
fn clone(&self) -> ProjectListInput
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 ProjectListInput
impl Debug for ProjectListInput
Source§impl Default for ProjectListInput
impl Default for ProjectListInput
Source§fn default() -> ProjectListInput
fn default() -> ProjectListInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProjectListInput
impl<'de> Deserialize<'de> for ProjectListInput
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 ProjectListInput
impl PartialEq for ProjectListInput
Source§impl Serialize for ProjectListInput
impl Serialize for ProjectListInput
impl StructuralPartialEq for ProjectListInput
Auto Trait Implementations§
impl Freeze for ProjectListInput
impl RefUnwindSafe for ProjectListInput
impl Send for ProjectListInput
impl Sync for ProjectListInput
impl Unpin for ProjectListInput
impl UnwindSafe for ProjectListInput
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