pub struct BlockAddressOperationBuilder<'c, T0, A0> { /* private fields */ }Expand description
A builder for a blockaddress operation.
Implementations§
Source§impl<'c> BlockAddressOperationBuilder<'c, Unset, Unset>
impl<'c> BlockAddressOperationBuilder<'c, Unset, Unset>
Source§impl<'c, A0> BlockAddressOperationBuilder<'c, Unset, A0>
impl<'c, A0> BlockAddressOperationBuilder<'c, Unset, A0>
pub fn res(self, res: Type<'c>) -> BlockAddressOperationBuilder<'c, Set, A0>
Source§impl<'c, T0> BlockAddressOperationBuilder<'c, T0, Unset>
impl<'c, T0> BlockAddressOperationBuilder<'c, T0, Unset>
pub fn block_addr( self, block_addr: Attribute<'c>, ) -> BlockAddressOperationBuilder<'c, T0, Set>
Source§impl<'c> BlockAddressOperationBuilder<'c, Set, Set>
impl<'c> BlockAddressOperationBuilder<'c, Set, Set>
pub fn build(self) -> BlockAddressOperation<'c>
Auto Trait Implementations§
impl<'c, T0, A0> Freeze for BlockAddressOperationBuilder<'c, T0, A0>
impl<'c, T0, A0> RefUnwindSafe for BlockAddressOperationBuilder<'c, T0, A0>where
T0: RefUnwindSafe,
A0: RefUnwindSafe,
impl<'c, T0, A0> !Send for BlockAddressOperationBuilder<'c, T0, A0>
impl<'c, T0, A0> !Sync for BlockAddressOperationBuilder<'c, T0, A0>
impl<'c, T0, A0> Unpin for BlockAddressOperationBuilder<'c, T0, A0>
impl<'c, T0, A0> UnwindSafe for BlockAddressOperationBuilder<'c, T0, A0>where
T0: UnwindSafe,
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