pub struct FsReceiptSource {
pub artifacts_dir: Utf8PathBuf,
}Expand description
Loads receipts from the filesystem via buildfix_receipts::load_receipts.
Fields§
§artifacts_dir: Utf8PathBufImplementations§
Source§impl FsReceiptSource
impl FsReceiptSource
pub fn new(artifacts_dir: Utf8PathBuf) -> Self
Trait Implementations§
Source§impl Clone for FsReceiptSource
impl Clone for FsReceiptSource
Source§fn clone(&self) -> FsReceiptSource
fn clone(&self) -> FsReceiptSource
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 FsReceiptSource
impl Debug for FsReceiptSource
Source§impl ReceiptSource for FsReceiptSource
Available on crate feature fs only.
impl ReceiptSource for FsReceiptSource
Available on crate feature
fs only.fn load_receipts(&self) -> Result<Vec<LoadedReceipt>>
Auto Trait Implementations§
impl Freeze for FsReceiptSource
impl RefUnwindSafe for FsReceiptSource
impl Send for FsReceiptSource
impl Sync for FsReceiptSource
impl Unpin for FsReceiptSource
impl UnsafeUnpin for FsReceiptSource
impl UnwindSafe for FsReceiptSource
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