pub struct PackArtefactStore {
pub name: String,
pub kind: String,
}Expand description
One declared artefact-store adapter. DECLARATION-ONLY in this slice: validated at load, never invoked.
Fields§
§name: String§kind: StringTrait Implementations§
Source§impl Clone for PackArtefactStore
impl Clone for PackArtefactStore
Source§fn clone(&self) -> PackArtefactStore
fn clone(&self) -> PackArtefactStore
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 PackArtefactStore
impl Debug for PackArtefactStore
impl Eq for PackArtefactStore
Source§impl PartialEq for PackArtefactStore
impl PartialEq for PackArtefactStore
impl StructuralPartialEq for PackArtefactStore
Auto Trait Implementations§
impl Freeze for PackArtefactStore
impl RefUnwindSafe for PackArtefactStore
impl Send for PackArtefactStore
impl Sync for PackArtefactStore
impl Unpin for PackArtefactStore
impl UnsafeUnpin for PackArtefactStore
impl UnwindSafe for PackArtefactStore
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