pub struct UnionStatement {
pub name: Identifier,
pub value: ValueStatement,
}Fields§
§name: Identifier§value: ValueStatementTrait Implementations§
Source§impl Clone for UnionStatement
impl Clone for UnionStatement
Source§fn clone(&self) -> UnionStatement
fn clone(&self) -> UnionStatement
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 UnionStatement
impl Debug for UnionStatement
Source§impl Default for UnionStatement
impl Default for UnionStatement
Source§fn default() -> UnionStatement
fn default() -> UnionStatement
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UnionStatement
impl RefUnwindSafe for UnionStatement
impl Send for UnionStatement
impl Sync for UnionStatement
impl Unpin for UnionStatement
impl UnwindSafe for UnionStatement
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