pub struct ModInfo {
pub reason_title: Option<String>,
pub reports: Vec<()>,
pub note: Option<()>,
pub reason_by: Option<()>,
}Fields§
§reason_title: Option<String>§reports: Vec<()>§note: Option<()>§reason_by: Option<()>Trait Implementations§
Source§impl<'de> Deserialize<'de> for ModInfo
impl<'de> Deserialize<'de> for ModInfo
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
impl StructuralPartialEq for ModInfo
Auto Trait Implementations§
impl Freeze for ModInfo
impl RefUnwindSafe for ModInfo
impl Send for ModInfo
impl Sync for ModInfo
impl Unpin for ModInfo
impl UnwindSafe for ModInfo
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