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