pub struct TypePath {
pub crate_id: u32,
pub path: Vec<String>,
pub display: String,
pub external: bool,
pub html_root_url: Option<String>,
}Fields§
§crate_id: u32§path: Vec<String>§display: String§external: bool§html_root_url: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for TypePath
impl<'de> Deserialize<'de> for TypePath
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 TypePath
impl RefUnwindSafe for TypePath
impl Send for TypePath
impl Sync for TypePath
impl Unpin for TypePath
impl UnsafeUnpin for TypePath
impl UnwindSafe for TypePath
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