pub enum UnionType {
Distinct,
All,
}
Expand description
List of union types that can be used in union clause
Variants
Distinct
All
Trait Implementations
impl Copy for UnionType
impl Eq for UnionType
impl StructuralEq for UnionType
impl StructuralPartialEq for UnionType
Auto Trait Implementations
impl RefUnwindSafe for UnionType
impl Send for UnionType
impl Sync for UnionType
impl Unpin for UnionType
impl UnwindSafe for UnionType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more