pub struct TypeUnionBuilder(/* private fields */);Expand description
Builder that produces Type::User(UserType::Union(...)).
Implementations§
Trait Implementations§
Source§impl Clone for TypeUnionBuilder
impl Clone for TypeUnionBuilder
Source§fn clone(&self) -> TypeUnionBuilder
fn clone(&self) -> TypeUnionBuilder
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 TypeUnionBuilder
impl Debug for TypeUnionBuilder
impl Copy for TypeUnionBuilder
Auto Trait Implementations§
impl Freeze for TypeUnionBuilder
impl RefUnwindSafe for TypeUnionBuilder
impl Send for TypeUnionBuilder
impl Sync for TypeUnionBuilder
impl Unpin for TypeUnionBuilder
impl UnwindSafe for TypeUnionBuilder
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