pub struct HostProgram {
pub name: String,
pub arguments: Vec<String>,
}
Fields§
§name: String
§arguments: Vec<String>
Trait Implementations§
Source§impl Clone for HostProgram
impl Clone for HostProgram
Source§fn clone(&self) -> HostProgram
fn clone(&self) -> HostProgram
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 moreAuto Trait Implementations§
impl Freeze for HostProgram
impl RefUnwindSafe for HostProgram
impl Send for HostProgram
impl Sync for HostProgram
impl Unpin for HostProgram
impl UnwindSafe for HostProgram
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