pub struct RootInfo {
pub kind: &'static str,
pub name: String,
pub module: String,
pub exported: bool,
pub session: bool,
pub binding: String,
pub detail: String,
pub edited: bool,
}Fields§
§kind: &'static str§name: String§module: String§exported: bool§session: bool§binding: String§detail: String§edited: boolAuto Trait Implementations§
impl Freeze for RootInfo
impl RefUnwindSafe for RootInfo
impl Send for RootInfo
impl Sync for RootInfo
impl Unpin for RootInfo
impl UnsafeUnpin for RootInfo
impl UnwindSafe for RootInfo
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