pub enum OpDelchainDoRequest {
Chain(u32),
}Available on crate feature
tc only.Expand description
Get / dump tc chain information.
Variants§
Implementations§
Source§impl OpDelchainDoRequest
impl OpDelchainDoRequest
pub fn new(buf: &[u8]) -> (PushTcmsg, IterableOpDelchainDoRequest<'_>)
Trait Implementations§
Source§impl Clone for OpDelchainDoRequest
impl Clone for OpDelchainDoRequest
Source§fn clone(&self) -> OpDelchainDoRequest
fn clone(&self) -> OpDelchainDoRequest
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 moreAuto Trait Implementations§
impl Freeze for OpDelchainDoRequest
impl RefUnwindSafe for OpDelchainDoRequest
impl Send for OpDelchainDoRequest
impl Sync for OpDelchainDoRequest
impl Unpin for OpDelchainDoRequest
impl UnwindSafe for OpDelchainDoRequest
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