pub struct ProgramState {
pub state: String,
}Fields§
§state: StringImplementations§
Trait Implementations§
Source§impl Clone for ProgramState
impl Clone for ProgramState
Source§fn clone(&self) -> ProgramState
fn clone(&self) -> ProgramState
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 moreSource§impl Debug for ProgramState
impl Debug for ProgramState
Source§impl Default for ProgramState
impl Default for ProgramState
Source§impl<'de> Deserialize<'de> for ProgramState
impl<'de> Deserialize<'de> for ProgramState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProgramState
impl PartialEq for ProgramState
Source§impl Serialize for ProgramState
impl Serialize for ProgramState
impl Message for ProgramState
impl StructuralPartialEq for ProgramState
Auto Trait Implementations§
impl Freeze for ProgramState
impl RefUnwindSafe for ProgramState
impl Send for ProgramState
impl Sync for ProgramState
impl Unpin for ProgramState
impl UnwindSafe for ProgramState
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