pub struct DRepVotingThresholdsEncoding {
pub len_encoding: LenEncoding,
}Fields§
§len_encoding: LenEncodingTrait Implementations§
source§impl Clone for DRepVotingThresholdsEncoding
impl Clone for DRepVotingThresholdsEncoding
source§fn clone(&self) -> DRepVotingThresholdsEncoding
fn clone(&self) -> DRepVotingThresholdsEncoding
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 moresource§impl Debug for DRepVotingThresholdsEncoding
impl Debug for DRepVotingThresholdsEncoding
source§impl Default for DRepVotingThresholdsEncoding
impl Default for DRepVotingThresholdsEncoding
source§fn default() -> DRepVotingThresholdsEncoding
fn default() -> DRepVotingThresholdsEncoding
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DRepVotingThresholdsEncoding
impl RefUnwindSafe for DRepVotingThresholdsEncoding
impl Send for DRepVotingThresholdsEncoding
impl Sync for DRepVotingThresholdsEncoding
impl Unpin for DRepVotingThresholdsEncoding
impl UnwindSafe for DRepVotingThresholdsEncoding
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