pub struct Byte32OptBuilder(/* private fields */);Implementations§
Trait Implementations§
Source§impl Builder for Byte32OptBuilder
impl Builder for Byte32OptBuilder
Source§impl Clone for Byte32OptBuilder
impl Clone for Byte32OptBuilder
Source§fn clone(&self) -> Byte32OptBuilder
fn clone(&self) -> Byte32OptBuilder
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Byte32OptBuilder
impl Debug for Byte32OptBuilder
Source§impl Default for Byte32OptBuilder
impl Default for Byte32OptBuilder
Source§fn default() -> Byte32OptBuilder
fn default() -> Byte32OptBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for Byte32OptBuilder
impl RefUnwindSafe for Byte32OptBuilder
impl Send for Byte32OptBuilder
impl Sync for Byte32OptBuilder
impl Unpin for Byte32OptBuilder
impl UnwindSafe for Byte32OptBuilder
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)