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