pub struct MappingNotes {
pub usage: Usage,
pub rationale: StructuredText,
pub comments: StructuredText,
pub reasons: Reasons,
pub suggestions: Option<Suggestions>,
}
Fields§
§usage: Usage
§rationale: StructuredText
§comments: StructuredText
§reasons: Reasons
§suggestions: Option<Suggestions>
Trait Implementations§
Source§impl Debug for MappingNotes
impl Debug for MappingNotes
Source§impl<'de> Deserialize<'de> for MappingNotes
impl<'de> Deserialize<'de> for MappingNotes
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 MappingNotes
impl RefUnwindSafe for MappingNotes
impl Send for MappingNotes
impl Sync for MappingNotes
impl Unpin for MappingNotes
impl UnwindSafe for MappingNotes
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