pub struct ClearSignMessageOptions {
pub include_signable_schema: bool,
}Fields§
§include_signable_schema: boolTrait Implementations§
Source§impl Clone for ClearSignMessageOptions
impl Clone for ClearSignMessageOptions
Source§fn clone(&self) -> ClearSignMessageOptions
fn clone(&self) -> ClearSignMessageOptions
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 ClearSignMessageOptions
impl Debug for ClearSignMessageOptions
Source§impl Default for ClearSignMessageOptions
impl Default for ClearSignMessageOptions
Source§fn default() -> ClearSignMessageOptions
fn default() -> ClearSignMessageOptions
Returns the “default value” for a type. Read more
impl Copy for ClearSignMessageOptions
Auto Trait Implementations§
impl Freeze for ClearSignMessageOptions
impl RefUnwindSafe for ClearSignMessageOptions
impl Send for ClearSignMessageOptions
impl Sync for ClearSignMessageOptions
impl Unpin for ClearSignMessageOptions
impl UnsafeUnpin for ClearSignMessageOptions
impl UnwindSafe for ClearSignMessageOptions
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