pub struct Def {
pub module_path: &'static str,
pub ident: &'static str,
pub comments: Option<&'static str>,
}Expand description
Def
Fields§
§module_path: &'static str§ident: &'static str§comments: Option<&'static str>Implementations§
Trait Implementations§
Source§impl CandidType for Def
impl CandidType for Def
Auto Trait Implementations§
impl Freeze for Def
impl RefUnwindSafe for Def
impl Send for Def
impl Sync for Def
impl Unpin for Def
impl UnwindSafe for Def
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