pub enum SolanaCommitment {
confirmed,
finalized,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SolanaCommitment
impl RefUnwindSafe for SolanaCommitment
impl Send for SolanaCommitment
impl Sync for SolanaCommitment
impl Unpin for SolanaCommitment
impl UnwindSafe for SolanaCommitment
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