pub struct Module {
pub id: StableId,
pub component: StableId,
pub parent: Option<StableId>,
pub type_name: String,
pub qualified_type: Option<String>,
pub field: Option<String>,
pub builder_root: String,
pub prefix: String,
pub repeat: Option<String>,
pub source: String,
pub confidence: Confidence,
}Fields§
§id: StableId§component: StableId§parent: Option<StableId>§type_name: String§qualified_type: Option<String>§field: Option<String>§builder_root: String§prefix: String§repeat: Option<String>§source: String§confidence: ConfidenceTrait Implementations§
Source§impl<'de> Deserialize<'de> for Module
impl<'de> Deserialize<'de> for Module
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 Eq for Module
impl StructuralPartialEq for Module
Auto Trait Implementations§
impl Freeze for Module
impl RefUnwindSafe for Module
impl Send for Module
impl Sync for Module
impl Unpin for Module
impl UnsafeUnpin for Module
impl UnwindSafe for Module
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