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