pub struct ListProjectsParams {
pub archived: Option<GetRunChangedFiles>,
}Expand description
Query and header parameters for listProjects.
Fields§
§archived: Option<GetRunChangedFiles>true returns the archived projects instead of the live ones.
Trait Implementations§
Source§impl Clone for ListProjectsParams
impl Clone for ListProjectsParams
Source§fn clone(&self) -> ListProjectsParams
fn clone(&self) -> ListProjectsParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ListProjectsParams
impl Debug for ListProjectsParams
Source§impl Default for ListProjectsParams
impl Default for ListProjectsParams
Source§fn default() -> ListProjectsParams
fn default() -> ListProjectsParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListProjectsParams
impl<'de> Deserialize<'de> for ListProjectsParams
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 ListProjectsParams
impl PartialEq for ListProjectsParams
Source§impl Serialize for ListProjectsParams
impl Serialize for ListProjectsParams
impl StructuralPartialEq for ListProjectsParams
Auto Trait Implementations§
impl Freeze for ListProjectsParams
impl RefUnwindSafe for ListProjectsParams
impl Send for ListProjectsParams
impl Sync for ListProjectsParams
impl Unpin for ListProjectsParams
impl UnsafeUnpin for ListProjectsParams
impl UnwindSafe for ListProjectsParams
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