pub enum RemoteStopTransactionResponseStatus {
Accepted,
Rejected,
}Variants§
Trait Implementations§
Source§impl Clone for RemoteStopTransactionResponseStatus
impl Clone for RemoteStopTransactionResponseStatus
Source§fn clone(&self) -> RemoteStopTransactionResponseStatus
fn clone(&self) -> RemoteStopTransactionResponseStatus
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 Eq for RemoteStopTransactionResponseStatus
impl StructuralPartialEq for RemoteStopTransactionResponseStatus
Auto Trait Implementations§
impl Freeze for RemoteStopTransactionResponseStatus
impl RefUnwindSafe for RemoteStopTransactionResponseStatus
impl Send for RemoteStopTransactionResponseStatus
impl Sync for RemoteStopTransactionResponseStatus
impl Unpin for RemoteStopTransactionResponseStatus
impl UnsafeUnpin for RemoteStopTransactionResponseStatus
impl UnwindSafe for RemoteStopTransactionResponseStatus
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