pub struct BlockSet { /* private fields */ }Implementations§
Source§impl BlockSet
impl BlockSet
pub fn new(option: OptionAndSubValue, qualifier: BlockQualifier) -> Self
pub fn option(&self) -> &OptionAndSubValue
pub fn qualifier(&self) -> &BlockQualifier
Trait Implementations§
Source§impl BlockTrait for BlockSet
impl BlockTrait for BlockSet
Source§impl From<BlockSet> for SetReqBlock
impl From<BlockSet> for SetReqBlock
impl Eq for BlockSet
impl StructuralPartialEq for BlockSet
Auto Trait Implementations§
impl !Freeze for BlockSet
impl RefUnwindSafe for BlockSet
impl Send for BlockSet
impl Sync for BlockSet
impl Unpin for BlockSet
impl UnwindSafe for BlockSet
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