#[repr(C)]pub struct ListBuilder { /* private fields */ }
Trait Implementations§
Source§impl Clone for ListBuilder
impl Clone for ListBuilder
Source§fn clone(&self) -> ListBuilder
fn clone(&self) -> ListBuilder
Returns a copy 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 ListBuilder
impl Debug for ListBuilder
impl Copy for ListBuilder
Auto Trait Implementations§
impl Freeze for ListBuilder
impl RefUnwindSafe for ListBuilder
impl Send for ListBuilder
impl Sync for ListBuilder
impl Unpin for ListBuilder
impl UnwindSafe for ListBuilder
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