pub struct LedgerConfig {
pub signing_key: Option<String>,
pub ledger_path: PathBuf,
}Fields§
§signing_key: Option<String>§ledger_path: PathBufTrait Implementations§
Source§impl Clone for LedgerConfig
impl Clone for LedgerConfig
Source§fn clone(&self) -> LedgerConfig
fn clone(&self) -> LedgerConfig
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 moreAuto Trait Implementations§
impl Freeze for LedgerConfig
impl RefUnwindSafe for LedgerConfig
impl Send for LedgerConfig
impl Sync for LedgerConfig
impl Unpin for LedgerConfig
impl UnsafeUnpin for LedgerConfig
impl UnwindSafe for LedgerConfig
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