pub struct SimpletonBinary {
pub version: IntuicioVersion,
pub modules: Vec<SimpletonModule>,
}
Fields§
§version: IntuicioVersion
§modules: Vec<SimpletonModule>
Implementations§
Trait Implementations§
Source§impl Debug for SimpletonBinary
impl Debug for SimpletonBinary
Source§impl<'de> Deserialize<'de> for SimpletonBinary
impl<'de> Deserialize<'de> for SimpletonBinary
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
Auto Trait Implementations§
impl Freeze for SimpletonBinary
impl RefUnwindSafe for SimpletonBinary
impl Send for SimpletonBinary
impl Sync for SimpletonBinary
impl Unpin for SimpletonBinary
impl UnwindSafe for SimpletonBinary
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