pub struct SignSolTransactionRule { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for SignSolTransactionRule
impl Clone for SignSolTransactionRule
Source§fn clone(&self) -> SignSolTransactionRule
fn clone(&self) -> SignSolTransactionRule
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 SignSolTransactionRule
impl Debug for SignSolTransactionRule
Source§impl Default for SignSolTransactionRule
impl Default for SignSolTransactionRule
Source§impl From<SignSolTransactionRule> for SignSolTransactionRule
impl From<SignSolTransactionRule> for SignSolTransactionRule
Source§fn from(value: SignSolTransactionRule) -> Self
fn from(value: SignSolTransactionRule) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SignSolTransactionRule> for SignSolTransactionRule
impl TryFrom<SignSolTransactionRule> for SignSolTransactionRule
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: SignSolTransactionRule) -> Result<Self, ConversionError>
fn try_from(value: SignSolTransactionRule) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for SignSolTransactionRule
impl RefUnwindSafe for SignSolTransactionRule
impl Send for SignSolTransactionRule
impl Sync for SignSolTransactionRule
impl Unpin for SignSolTransactionRule
impl UnwindSafe for SignSolTransactionRule
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