pub struct Uint16Builder(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Builder for Uint16Builder
impl Builder for Uint16Builder
Source§impl Debug for Uint16Builder
impl Debug for Uint16Builder
Auto Trait Implementations§
impl Freeze for Uint16Builder
impl RefUnwindSafe for Uint16Builder
impl Send for Uint16Builder
impl Sync for Uint16Builder
impl Unpin for Uint16Builder
impl UnwindSafe for Uint16Builder
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