pub struct InactiveProgramError;
Expand description
Program is not an active one.
Trait Implementations§
Source§impl Clone for InactiveProgramError
impl Clone for InactiveProgramError
Source§fn clone(&self) -> InactiveProgramError
fn clone(&self) -> InactiveProgramError
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 InactiveProgramError
impl Debug for InactiveProgramError
Auto Trait Implementations§
impl Freeze for InactiveProgramError
impl RefUnwindSafe for InactiveProgramError
impl Send for InactiveProgramError
impl Sync for InactiveProgramError
impl Unpin for InactiveProgramError
impl UnwindSafe for InactiveProgramError
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