pub struct ContentStage { /* private fields */ }
Expand description
The content
stage for Builder
.
Auto Trait Implementations§
impl Freeze for ContentStage
impl RefUnwindSafe for ContentStage
impl Send for ContentStage
impl Sync for ContentStage
impl Unpin for ContentStage
impl UnwindSafe for ContentStage
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