pub struct Prefix<'tree> {
pub span: Span,
pub field: Vec<PrefixField<'tree>>,
pub name: Option<PrefixName<'tree>>,
pub type: Option<QuantifiedType<'tree>>,
}Fields§
§span: Span§field: Vec<PrefixField<'tree>>§name: Option<PrefixName<'tree>>§type: Option<QuantifiedType<'tree>>Trait Implementations§
impl<'tree> Eq for Prefix<'tree>
impl<'tree> StructuralPartialEq for Prefix<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Prefix<'tree>
impl<'tree> RefUnwindSafe for Prefix<'tree>
impl<'tree> Send for Prefix<'tree>
impl<'tree> Sync for Prefix<'tree>
impl<'tree> Unpin for Prefix<'tree>
impl<'tree> UnsafeUnpin for Prefix<'tree>
impl<'tree> UnwindSafe for Prefix<'tree>
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