pub struct InitShellScript {
pub shell: InitShell,
pub script: String,
}Fields§
§shell: InitShell§script: StringImplementations§
Trait Implementations§
Source§impl Clone for InitShellScript
impl Clone for InitShellScript
Source§fn clone(&self) -> InitShellScript
fn clone(&self) -> InitShellScript
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InitShellScript
impl Debug for InitShellScript
Source§impl PartialEq for InitShellScript
impl PartialEq for InitShellScript
impl Eq for InitShellScript
impl StructuralPartialEq for InitShellScript
Auto Trait Implementations§
impl Freeze for InitShellScript
impl RefUnwindSafe for InitShellScript
impl Send for InitShellScript
impl Sync for InitShellScript
impl Unpin for InitShellScript
impl UnsafeUnpin for InitShellScript
impl UnwindSafe for InitShellScript
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