pub struct UnionSpecification { /* private fields */ }Expand description
“union-specification”.
Implementations§
Trait Implementations§
Source§impl Clone for UnionSpecification
impl Clone for UnionSpecification
Source§fn clone(&self) -> UnionSpecification
fn clone(&self) -> UnionSpecification
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 UnionSpecification
impl Debug for UnionSpecification
Source§impl PartialEq for UnionSpecification
impl PartialEq for UnionSpecification
impl StructuralPartialEq for UnionSpecification
Auto Trait Implementations§
impl Freeze for UnionSpecification
impl RefUnwindSafe for UnionSpecification
impl Send for UnionSpecification
impl Sync for UnionSpecification
impl Unpin for UnionSpecification
impl UnwindSafe for UnionSpecification
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