Enum Parameters
pub enum Parameters<'a> {
    Formal(Formal<'a>),
    TemplateValue(TemplateValue<'a>),
    TemplateType(TemplateType<'a>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Parameters<'a>
impl<'a> !RefUnwindSafe for Parameters<'a>
impl<'a> !Send for Parameters<'a>
impl<'a> !Sync for Parameters<'a>
impl<'a> Unpin for Parameters<'a>
impl<'a> UnwindSafe for Parameters<'a>
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