pub enum SetRespBlock {
Response(BlockResp),
Padding(BlockPadding),
}Variants§
Response(BlockResp)
Padding(BlockPadding)
Trait Implementations§
Source§impl BlockTrait for SetRespBlock
impl BlockTrait for SetRespBlock
Source§impl Clone for SetRespBlock
impl Clone for SetRespBlock
Source§fn clone(&self) -> SetRespBlock
fn clone(&self) -> SetRespBlock
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 SetRespBlock
impl Debug for SetRespBlock
Source§impl From<BlockPadding> for SetRespBlock
impl From<BlockPadding> for SetRespBlock
Source§fn from(a: BlockPadding) -> Self
fn from(a: BlockPadding) -> Self
Converts to this type from the input type.
Source§impl From<BlockResp> for SetRespBlock
impl From<BlockResp> for SetRespBlock
Source§impl PartialEq for SetRespBlock
impl PartialEq for SetRespBlock
impl Eq for SetRespBlock
impl StructuralPartialEq for SetRespBlock
Auto Trait Implementations§
impl Freeze for SetRespBlock
impl RefUnwindSafe for SetRespBlock
impl Send for SetRespBlock
impl Sync for SetRespBlock
impl Unpin for SetRespBlock
impl UnwindSafe for SetRespBlock
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