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