pub struct SourceMeta {
pub nav: Vec<Link>,
pub author: Person,
}Fields§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SourceMeta
impl RefUnwindSafe for SourceMeta
impl Send for SourceMeta
impl Sync for SourceMeta
impl Unpin for SourceMeta
impl UnwindSafe for SourceMeta
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