pub struct ZeroSignatureThreshold;
Expand description
An error type that indicates that a 0 attempted to be used as a signature threshold.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZeroSignatureThreshold
impl RefUnwindSafe for ZeroSignatureThreshold
impl Send for ZeroSignatureThreshold
impl Sync for ZeroSignatureThreshold
impl Unpin for ZeroSignatureThreshold
impl UnwindSafe for ZeroSignatureThreshold
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