pub struct ArtifactSelector {
pub kind: Option<ArtifactKind>,
}Fields§
§kind: Option<ArtifactKind>Trait Implementations§
Source§impl Clone for ArtifactSelector
impl Clone for ArtifactSelector
Source§fn clone(&self) -> ArtifactSelector
fn clone(&self) -> ArtifactSelector
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 ArtifactSelector
impl Debug for ArtifactSelector
Source§impl Default for ArtifactSelector
impl Default for ArtifactSelector
Source§fn default() -> ArtifactSelector
fn default() -> ArtifactSelector
Returns the “default value” for a type. Read more
Source§impl PartialEq for ArtifactSelector
impl PartialEq for ArtifactSelector
impl Copy for ArtifactSelector
impl Eq for ArtifactSelector
impl StructuralPartialEq for ArtifactSelector
Auto Trait Implementations§
impl Freeze for ArtifactSelector
impl RefUnwindSafe for ArtifactSelector
impl Send for ArtifactSelector
impl Sync for ArtifactSelector
impl Unpin for ArtifactSelector
impl UnsafeUnpin for ArtifactSelector
impl UnwindSafe for ArtifactSelector
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