pub struct BuildContextPrefix<'a, D> {
pub parent: &'a BuildContext<D>,
pub prefix: String,
}Fields§
§parent: &'a BuildContext<D>§prefix: StringImplementations§
Auto Trait Implementations§
impl<'a, D> Freeze for BuildContextPrefix<'a, D>
impl<'a, D> !RefUnwindSafe for BuildContextPrefix<'a, D>
impl<'a, D> Send for BuildContextPrefix<'a, D>
impl<'a, D> Sync for BuildContextPrefix<'a, D>
impl<'a, D> Unpin for BuildContextPrefix<'a, D>
impl<'a, D> !UnwindSafe for BuildContextPrefix<'a, D>
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