pub enum Personalization {
NoteCommitment,
MerkleTree(usize),
None,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Personalization
impl Clone for Personalization
Source§fn clone(&self) -> Personalization
fn clone(&self) -> Personalization
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 moreimpl Copy for Personalization
Auto Trait Implementations§
impl Freeze for Personalization
impl RefUnwindSafe for Personalization
impl Send for Personalization
impl Sync for Personalization
impl Unpin for Personalization
impl UnsafeUnpin for Personalization
impl UnwindSafe for Personalization
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