pub struct ApiModule {
pub ident: String,
pub name: String,
pub parent: Option<String>,
}
Fields§
§ident: 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
impl Eq for ApiModule
impl StructuralPartialEq for ApiModule
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