pub struct DefListBuilder(/* private fields */);Expand description
Builder that produces Def::List(...).
Implementations§
Trait Implementations§
Source§impl Clone for DefListBuilder
impl Clone for DefListBuilder
Source§fn clone(&self) -> DefListBuilder
fn clone(&self) -> DefListBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DefListBuilder
impl Debug for DefListBuilder
impl Copy for DefListBuilder
Auto Trait Implementations§
impl Freeze for DefListBuilder
impl RefUnwindSafe for DefListBuilder
impl Send for DefListBuilder
impl Sync for DefListBuilder
impl Unpin for DefListBuilder
impl UnwindSafe for DefListBuilder
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