pub struct BlockIdOperationBuilder<'c, A0> { /* private fields */ }Expand description
A builder for a block_id operation.
Implementations§
Source§impl<'c> BlockIdOperationBuilder<'c, Unset>
impl<'c> BlockIdOperationBuilder<'c, Unset>
Source§impl<'c> BlockIdOperationBuilder<'c, Unset>
impl<'c> BlockIdOperationBuilder<'c, Unset>
pub fn dimension( self, dimension: Attribute<'c>, ) -> BlockIdOperationBuilder<'c, Set>
Source§impl<'c, A0> BlockIdOperationBuilder<'c, A0>
impl<'c, A0> BlockIdOperationBuilder<'c, A0>
pub fn upper_bound( self, upper_bound: IntegerAttribute<'c>, ) -> BlockIdOperationBuilder<'c, A0>
Source§impl<'c> BlockIdOperationBuilder<'c, Set>
impl<'c> BlockIdOperationBuilder<'c, Set>
pub fn build(self) -> BlockIdOperation<'c>
Auto Trait Implementations§
impl<'c, A0> Freeze for BlockIdOperationBuilder<'c, A0>
impl<'c, A0> RefUnwindSafe for BlockIdOperationBuilder<'c, A0>where
A0: RefUnwindSafe,
impl<'c, A0> !Send for BlockIdOperationBuilder<'c, A0>
impl<'c, A0> !Sync for BlockIdOperationBuilder<'c, A0>
impl<'c, A0> Unpin for BlockIdOperationBuilder<'c, A0>where
A0: Unpin,
impl<'c, A0> UnwindSafe for BlockIdOperationBuilder<'c, A0>where
A0: UnwindSafe,
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