pub struct DeriveOptions<'a> {
pub chain: &'a str,
pub format: Option<&'a str>,
pub script_type: Option<&'a str>,
pub path: Option<&'a str>,
pub account: u32,
pub change: u32,
pub index: u32,
}Fields§
§chain: &'a str§format: Option<&'a str>§script_type: Option<&'a str>§path: Option<&'a str>§account: u32§change: u32§index: u32Trait Implementations§
Source§impl<'a> Clone for DeriveOptions<'a>
impl<'a> Clone for DeriveOptions<'a>
Source§fn clone(&self) -> DeriveOptions<'a>
fn clone(&self) -> DeriveOptions<'a>
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<'a> Debug for DeriveOptions<'a>
impl<'a> Debug for DeriveOptions<'a>
Source§impl<'a> Default for DeriveOptions<'a>
impl<'a> Default for DeriveOptions<'a>
Source§fn default() -> DeriveOptions<'a>
fn default() -> DeriveOptions<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for DeriveOptions<'a>
impl<'a> RefUnwindSafe for DeriveOptions<'a>
impl<'a> Send for DeriveOptions<'a>
impl<'a> Sync for DeriveOptions<'a>
impl<'a> Unpin for DeriveOptions<'a>
impl<'a> UnwindSafe for DeriveOptions<'a>
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