Struct libflatpak::builders::TransactionBuilder
source · pub struct TransactionBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct Transaction
objects.
Implementations§
source§impl TransactionBuilder
impl TransactionBuilder
sourcepub fn installation(self, installation: &impl IsA<Installation>) -> Self
pub fn installation(self, installation: &impl IsA<Installation>) -> Self
The installation that the transaction operates on.
sourcepub fn no_interaction(self, no_interaction: bool) -> Self
pub fn no_interaction(self, no_interaction: bool) -> Self
sourcepub fn build(self) -> Transaction
pub fn build(self) -> Transaction
Build the Transaction
.
Auto Trait Implementations§
impl Freeze for TransactionBuilder
impl RefUnwindSafe for TransactionBuilder
impl !Send for TransactionBuilder
impl !Sync for TransactionBuilder
impl Unpin for TransactionBuilder
impl UnwindSafe for TransactionBuilder
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