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