pub struct ScalarDefBuilder<'shape> { /* private fields */ }Expand description
Builder for ScalarDef
Implementations§
Trait Implementations§
Source§impl<'shape> Default for ScalarDefBuilder<'shape>
impl<'shape> Default for ScalarDefBuilder<'shape>
Source§fn default() -> ScalarDefBuilder<'shape>
fn default() -> ScalarDefBuilder<'shape>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'shape> Freeze for ScalarDefBuilder<'shape>
impl<'shape> RefUnwindSafe for ScalarDefBuilder<'shape>
impl<'shape> Send for ScalarDefBuilder<'shape>
impl<'shape> Sync for ScalarDefBuilder<'shape>
impl<'shape> Unpin for ScalarDefBuilder<'shape>
impl<'shape> UnwindSafe for ScalarDefBuilder<'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