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