pub enum DefiDataCommand {
Subscribe(DefiSubscribeCommand),
Unsubscribe(DefiUnsubscribeCommand),
}
Variants§
Subscribe(DefiSubscribeCommand)
Unsubscribe(DefiUnsubscribeCommand)
Implementations§
Trait Implementations§
Source§impl Clone for DefiDataCommand
impl Clone for DefiDataCommand
Source§fn clone(&self) -> DefiDataCommand
fn clone(&self) -> DefiDataCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DefiDataCommand
impl Debug for DefiDataCommand
Source§impl PartialEq for DefiDataCommand
impl PartialEq for DefiDataCommand
Auto Trait Implementations§
impl Freeze for DefiDataCommand
impl RefUnwindSafe for DefiDataCommand
impl Send for DefiDataCommand
impl Sync for DefiDataCommand
impl Unpin for DefiDataCommand
impl UnwindSafe for DefiDataCommand
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