pub struct BaseCommandBuilder { /* private fields */ }Expand description
Builder for BaseCommand.
Implementations§
Trait Implementations§
Source§impl ComBuilder for BaseCommandBuilder
impl ComBuilder for BaseCommandBuilder
type Output = BaseCommand
Source§fn build_unmanaged(self) -> BaseCommand
fn build_unmanaged(self) -> BaseCommand
Build the unmanaged object.
Auto Trait Implementations§
impl Freeze for BaseCommandBuilder
impl RefUnwindSafe for BaseCommandBuilder
impl Send for BaseCommandBuilder
impl Sync for BaseCommandBuilder
impl Unpin for BaseCommandBuilder
impl UnsafeUnpin for BaseCommandBuilder
impl UnwindSafe for BaseCommandBuilder
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