pub struct Expanded {
pub doc: Document,
pub kind_checks: Vec<KindCheck>,
}Expand description
Result of expanding a document’s functions.
Fields§
§doc: Document§kind_checks: Vec<KindCheck>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Expanded
impl RefUnwindSafe for Expanded
impl Send for Expanded
impl Sync for Expanded
impl Unpin for Expanded
impl UnsafeUnpin for Expanded
impl UnwindSafe for Expanded
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