pub struct Passthrough { /* private fields */ }
Implementations§
Source§impl Passthrough
impl Passthrough
Sourcepub fn builder() -> PassthroughBuilder
pub fn builder() -> PassthroughBuilder
Create an instance of Passthrough
using the builder syntax
Trait Implementations§
Source§impl Default for Passthrough
impl Default for Passthrough
Source§fn default() -> Passthrough
fn default() -> Passthrough
Returns the “default value” for a type. Read more
Source§impl ToCommand for Passthrough
impl ToCommand for Passthrough
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
Auto Trait Implementations§
impl Freeze for Passthrough
impl RefUnwindSafe for Passthrough
impl Send for Passthrough
impl Sync for Passthrough
impl Unpin for Passthrough
impl UnwindSafe for Passthrough
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