Struct tmg_io::ProgramMetadata
source · pub struct ProgramMetadata;
Trait Implementations§
source§impl Metadata for ProgramMetadata
impl Metadata for ProgramMetadata
§type State = ((), Tamagotchi)
type State = ((), Tamagotchi)
State type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ProgramMetadata
impl Send for ProgramMetadata
impl Sync for ProgramMetadata
impl Unpin for ProgramMetadata
impl UnwindSafe for ProgramMetadata
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