pub struct DefMapBuilder(/* private fields */);Expand description
Builder that produces Def::Map(...).
Implementations§
Trait Implementations§
Source§impl Clone for DefMapBuilder
impl Clone for DefMapBuilder
Source§fn clone(&self) -> DefMapBuilder
fn clone(&self) -> DefMapBuilder
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 DefMapBuilder
impl Debug for DefMapBuilder
impl Copy for DefMapBuilder
Auto Trait Implementations§
impl Freeze for DefMapBuilder
impl RefUnwindSafe for DefMapBuilder
impl Send for DefMapBuilder
impl Sync for DefMapBuilder
impl Unpin for DefMapBuilder
impl UnwindSafe for DefMapBuilder
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