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