pub struct HelmInput<'a> {
pub text: &'a str,
pub under_templates: bool,
}Fields§
§text: &'a str§under_templates: boolTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for HelmInput<'a>
impl<'a> RefUnwindSafe for HelmInput<'a>
impl<'a> Send for HelmInput<'a>
impl<'a> Sync for HelmInput<'a>
impl<'a> Unpin for HelmInput<'a>
impl<'a> UnsafeUnpin for HelmInput<'a>
impl<'a> UnwindSafe for HelmInput<'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