pub struct UnionTypeBuilder { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl Clone for UnionTypeBuilder
impl Clone for UnionTypeBuilder
Source§fn clone(&self) -> UnionTypeBuilder
fn clone(&self) -> UnionTypeBuilder
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 UnionTypeBuilder
impl Debug for UnionTypeBuilder
impl Copy for UnionTypeBuilder
Auto Trait Implementations§
impl Freeze for UnionTypeBuilder
impl RefUnwindSafe for UnionTypeBuilder
impl Send for UnionTypeBuilder
impl Sync for UnionTypeBuilder
impl Unpin for UnionTypeBuilder
impl UnwindSafe for UnionTypeBuilder
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