pub struct RareBooleanDataBuilder { /* private fields */ }Expand description
Builder for RareBooleanData.
Implementations§
Trait Implementations§
Source§impl Clone for RareBooleanDataBuilder
impl Clone for RareBooleanDataBuilder
Source§fn clone(&self) -> RareBooleanDataBuilder
fn clone(&self) -> RareBooleanDataBuilder
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 moreAuto Trait Implementations§
impl Freeze for RareBooleanDataBuilder
impl RefUnwindSafe for RareBooleanDataBuilder
impl Send for RareBooleanDataBuilder
impl Sync for RareBooleanDataBuilder
impl Unpin for RareBooleanDataBuilder
impl UnsafeUnpin for RareBooleanDataBuilder
impl UnwindSafe for RareBooleanDataBuilder
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