pub struct StackSaveOperationBuilder<'c, T0> { /* private fields */ }
Expand description
A builder for an intr.stacksave
operation.
Implementations§
source§impl<'c> StackSaveOperationBuilder<'c, Unset>
impl<'c> StackSaveOperationBuilder<'c, Unset>
source§impl<'c> StackSaveOperationBuilder<'c, Unset>
impl<'c> StackSaveOperationBuilder<'c, Unset>
pub fn res(self, res: Type<'c>) -> StackSaveOperationBuilder<'c, Set>
source§impl<'c> StackSaveOperationBuilder<'c, Set>
impl<'c> StackSaveOperationBuilder<'c, Set>
pub fn build(self) -> StackSaveOperation<'c>
Auto Trait Implementations§
impl<'c, T0> RefUnwindSafe for StackSaveOperationBuilder<'c, T0>where
T0: RefUnwindSafe,
impl<'c, T0> !Send for StackSaveOperationBuilder<'c, T0>
impl<'c, T0> !Sync for StackSaveOperationBuilder<'c, T0>
impl<'c, T0> Unpin for StackSaveOperationBuilder<'c, T0>where
T0: Unpin,
impl<'c, T0> UnwindSafe for StackSaveOperationBuilder<'c, T0>where
T0: 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