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