pub enum Confirmations {
Disables,
PublisherConfirms,
RPCClientPublisherConfirms,
RPCServerPublisherConfirms,
}Variants§
Trait Implementations§
Source§impl Clone for Confirmations
impl Clone for Confirmations
Source§fn clone(&self) -> Confirmations
fn clone(&self) -> Confirmations
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 Confirmations
impl Debug for Confirmations
Source§impl PartialEq for Confirmations
impl PartialEq for Confirmations
impl Copy for Confirmations
impl Eq for Confirmations
impl StructuralPartialEq for Confirmations
Auto Trait Implementations§
impl Freeze for Confirmations
impl RefUnwindSafe for Confirmations
impl Send for Confirmations
impl Sync for Confirmations
impl Unpin for Confirmations
impl UnsafeUnpin for Confirmations
impl UnwindSafe for Confirmations
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