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