pub struct RuntimeReceiptConfig {
pub dir: Option<PathBuf>,
}Fields§
§dir: Option<PathBuf>Trait Implementations§
Source§impl Clone for RuntimeReceiptConfig
impl Clone for RuntimeReceiptConfig
Source§fn clone(&self) -> RuntimeReceiptConfig
fn clone(&self) -> RuntimeReceiptConfig
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 RuntimeReceiptConfig
impl Debug for RuntimeReceiptConfig
Source§impl Default for RuntimeReceiptConfig
impl Default for RuntimeReceiptConfig
Source§fn default() -> RuntimeReceiptConfig
fn default() -> RuntimeReceiptConfig
Returns the “default value” for a type. Read more
impl Eq for RuntimeReceiptConfig
Source§impl PartialEq for RuntimeReceiptConfig
impl PartialEq for RuntimeReceiptConfig
Source§fn eq(&self, other: &RuntimeReceiptConfig) -> bool
fn eq(&self, other: &RuntimeReceiptConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RuntimeReceiptConfig
Auto Trait Implementations§
impl Freeze for RuntimeReceiptConfig
impl RefUnwindSafe for RuntimeReceiptConfig
impl Send for RuntimeReceiptConfig
impl Sync for RuntimeReceiptConfig
impl Unpin for RuntimeReceiptConfig
impl UnsafeUnpin for RuntimeReceiptConfig
impl UnwindSafe for RuntimeReceiptConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.