pub struct ProgramEntries {
pub init_fn: Arc<str>,
pub init_ns: Arc<str>,
pub init_def: Arc<str>,
pub reload_fn: Arc<str>,
pub reload_ns: Arc<str>,
pub reload_def: Arc<str>,
}Fields§
§init_fn: Arc<str>§init_ns: Arc<str>§init_def: Arc<str>§reload_fn: Arc<str>§reload_ns: Arc<str>§reload_def: Arc<str>Trait Implementations§
Source§impl Clone for ProgramEntries
impl Clone for ProgramEntries
Source§fn clone(&self) -> ProgramEntries
fn clone(&self) -> ProgramEntries
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 ProgramEntries
impl RefUnwindSafe for ProgramEntries
impl Send for ProgramEntries
impl Sync for ProgramEntries
impl Unpin for ProgramEntries
impl UnwindSafe for ProgramEntries
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