pub enum SignatureDelta {
Sig(Signature),
Default,
}
Variants§
Sig(Signature)
Default
“Default” will pull the value of the signature from the specified hardcoded template (and fail if one wasn’t specified)
It shouldn’t be used in the hardcoded templates
Trait Implementations§
source§impl Clone for SignatureDelta
impl Clone for SignatureDelta
source§fn clone(&self) -> SignatureDelta
fn clone(&self) -> SignatureDelta
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for SignatureDelta
impl RefUnwindSafe for SignatureDelta
impl Send for SignatureDelta
impl Sync for SignatureDelta
impl Unpin for SignatureDelta
impl UnwindSafe for SignatureDelta
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)