pub struct ProgramDecl {
pub runner: Option<Name>,
pub info: Dictionary,
}
Fields§
§runner: Option<Name>
§info: Dictionary
Trait Implementations§
Source§impl Clone for ProgramDecl
impl Clone for ProgramDecl
Source§fn clone(&self) -> ProgramDecl
fn clone(&self) -> ProgramDecl
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 moreSource§impl Debug for ProgramDecl
impl Debug for ProgramDecl
Source§impl Default for ProgramDecl
impl Default for ProgramDecl
Source§impl FidlIntoNative<ProgramDecl> for Program
impl FidlIntoNative<ProgramDecl> for Program
fn fidl_into_native(self) -> ProgramDecl
Source§impl NativeIntoFidl<Program> for ProgramDecl
impl NativeIntoFidl<Program> for ProgramDecl
fn native_into_fidl(self) -> Program
Source§impl PartialEq for ProgramDecl
impl PartialEq for ProgramDecl
impl StructuralPartialEq for ProgramDecl
Auto Trait Implementations§
impl Freeze for ProgramDecl
impl RefUnwindSafe for ProgramDecl
impl Send for ProgramDecl
impl Sync for ProgramDecl
impl Unpin for ProgramDecl
impl UnwindSafe for ProgramDecl
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)