pub struct ListActionRunArtifactsQuery {
pub name: Option<String>,
}Fields§
§name: Option<String>filter by artifact name
Trait Implementations§
Source§impl Clone for ListActionRunArtifactsQuery
impl Clone for ListActionRunArtifactsQuery
Source§fn clone(&self) -> ListActionRunArtifactsQuery
fn clone(&self) -> ListActionRunArtifactsQuery
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 ListActionRunArtifactsQuery
impl Debug for ListActionRunArtifactsQuery
Source§impl Default for ListActionRunArtifactsQuery
impl Default for ListActionRunArtifactsQuery
Source§fn default() -> ListActionRunArtifactsQuery
fn default() -> ListActionRunArtifactsQuery
Returns the “default value” for a type. Read more
Source§impl PartialEq for ListActionRunArtifactsQuery
impl PartialEq for ListActionRunArtifactsQuery
Source§fn eq(&self, other: &ListActionRunArtifactsQuery) -> bool
fn eq(&self, other: &ListActionRunArtifactsQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ListActionRunArtifactsQuery
Auto Trait Implementations§
impl Freeze for ListActionRunArtifactsQuery
impl RefUnwindSafe for ListActionRunArtifactsQuery
impl Send for ListActionRunArtifactsQuery
impl Sync for ListActionRunArtifactsQuery
impl Unpin for ListActionRunArtifactsQuery
impl UnsafeUnpin for ListActionRunArtifactsQuery
impl UnwindSafe for ListActionRunArtifactsQuery
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