pub struct ProgramDesc {
pub id: ProgramHandle,
pub name: String,
pub status: ProgramStatus,
}
Expand description
Description of an exist program
Fields§
§id: ProgramHandle
§name: String
§status: ProgramStatus
Trait Implementations§
Source§impl Clone for ProgramDesc
impl Clone for ProgramDesc
Source§fn clone(&self) -> ProgramDesc
fn clone(&self) -> ProgramDesc
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 Freeze for ProgramDesc
impl RefUnwindSafe for ProgramDesc
impl Send for ProgramDesc
impl Sync for ProgramDesc
impl Unpin for ProgramDesc
impl UnwindSafe for ProgramDesc
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