Struct o1vm::cannon::HostProgram
source · 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 copy 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 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