pub struct RootTypes {
pub instruction_root: Option<String>,
pub account_root: Option<String>,
pub errors: Option<String>,
pub events: Option<String>,
}Fields§
§instruction_root: Option<String>§account_root: Option<String>§errors: Option<String>§events: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for RootTypes
impl<'de> Deserialize<'de> for RootTypes
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 RootTypes
impl RefUnwindSafe for RootTypes
impl Send for RootTypes
impl Sync for RootTypes
impl Unpin for RootTypes
impl UnsafeUnpin for RootTypes
impl UnwindSafe for RootTypes
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