pub struct SuperExpression {
pub label: Option<String>,
pub type_arg: Option<Type>,
}
Fields§
§label: Option<String>
§type_arg: Option<Type>
Trait Implementations§
Source§impl Clone for SuperExpression
impl Clone for SuperExpression
Source§fn clone(&self) -> SuperExpression
fn clone(&self) -> SuperExpression
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 SuperExpression
impl Debug for SuperExpression
Source§impl PartialEq for SuperExpression
impl PartialEq for SuperExpression
impl StructuralPartialEq for SuperExpression
Auto Trait Implementations§
impl Freeze for SuperExpression
impl RefUnwindSafe for SuperExpression
impl Send for SuperExpression
impl Sync for SuperExpression
impl Unpin for SuperExpression
impl UnwindSafe for SuperExpression
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