pub struct SidecarKernelCommandLine<'a>(&'a SidecarConfig<'a>);
Tuple Fields§
§0: &'a SidecarConfig<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SidecarKernelCommandLine<'a>
impl<'a> RefUnwindSafe for SidecarKernelCommandLine<'a>
impl<'a> Send for SidecarKernelCommandLine<'a>
impl<'a> Sync for SidecarKernelCommandLine<'a>
impl<'a> Unpin for SidecarKernelCommandLine<'a>
impl<'a> UnwindSafe for SidecarKernelCommandLine<'a>
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