Struct apidoc_core::document::ApiModule  
source · pub struct ApiModule {
    pub id: String,
    pub name: String,
    pub parent: Option<String>,
}Fields§
§id: String§name: String§parent: Option<String>Trait Implementations§
source§impl<'de> Deserialize<'de> for ApiModule
 
impl<'de> Deserialize<'de> for ApiModule
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 ApiModule
impl RefUnwindSafe for ApiModule
impl Send for ApiModule
impl Sync for ApiModule
impl Unpin for ApiModule
impl UnwindSafe for ApiModule
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