pub(crate) struct LowerContainer {
pub(crate) data: Path,
pub(crate) ctx: Path,
pub(crate) extra: Vec<LowerNamedFn>,
pub(crate) info: Option<LowerInfoSpec>,
pub(crate) finalize: Option<LowerFinalizeSpec>,
}Fields§
§data: Path§ctx: Path§extra: Vec<LowerNamedFn>§info: Option<LowerInfoSpec>§finalize: Option<LowerFinalizeSpec>Auto Trait Implementations§
impl Freeze for LowerContainer
impl RefUnwindSafe for LowerContainer
impl !Send for LowerContainer
impl !Sync for LowerContainer
impl Unpin for LowerContainer
impl UnsafeUnpin for LowerContainer
impl UnwindSafe for LowerContainer
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