pub struct FsArtifactWriter;Expand description
Standard filesystem implementation.
Trait Implementations§
Source§impl ArtifactWriter for FsArtifactWriter
impl ArtifactWriter for FsArtifactWriter
Source§impl Clone for FsArtifactWriter
impl Clone for FsArtifactWriter
Source§fn clone(&self) -> FsArtifactWriter
fn clone(&self) -> FsArtifactWriter
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 FsArtifactWriter
impl Debug for FsArtifactWriter
Source§impl Default for FsArtifactWriter
impl Default for FsArtifactWriter
Source§fn default() -> FsArtifactWriter
fn default() -> FsArtifactWriter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FsArtifactWriter
impl RefUnwindSafe for FsArtifactWriter
impl Send for FsArtifactWriter
impl Sync for FsArtifactWriter
impl Unpin for FsArtifactWriter
impl UnsafeUnpin for FsArtifactWriter
impl UnwindSafe for FsArtifactWriter
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