pub struct PurpleParsed {
pub info: Option<PurpleInfo>,
pub parsed_type: Option<Type>,
}Fields§
§info: Option<PurpleInfo>§parsed_type: Option<Type>Trait Implementations§
Source§impl Debug for PurpleParsed
impl Debug for PurpleParsed
Source§impl<'de> Deserialize<'de> for PurpleParsed
impl<'de> Deserialize<'de> for PurpleParsed
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 PurpleParsed
impl RefUnwindSafe for PurpleParsed
impl Send for PurpleParsed
impl Sync for PurpleParsed
impl Unpin for PurpleParsed
impl UnwindSafe for PurpleParsed
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