pub struct OptionDefBuilder<'shape> { /* private fields */ }Expand description
Builder for OptionDef
Implementations§
Source§impl<'shape> OptionDefBuilder<'shape>
impl<'shape> OptionDefBuilder<'shape>
Auto Trait Implementations§
impl<'shape> Freeze for OptionDefBuilder<'shape>
impl<'shape> RefUnwindSafe for OptionDefBuilder<'shape>
impl<'shape> Send for OptionDefBuilder<'shape>
impl<'shape> Sync for OptionDefBuilder<'shape>
impl<'shape> Unpin for OptionDefBuilder<'shape>
impl<'shape> UnwindSafe for OptionDefBuilder<'shape>
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