pub enum Tail {
Inline {
severity: String,
template: Vec<TPart>,
},
Ref {
name: String,
args: Vec<Rc<Expr>>,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Tail
impl !Send for Tail
impl !Sync for Tail
impl !UnwindSafe for Tail
impl Freeze for Tail
impl Unpin for Tail
impl UnsafeUnpin for Tail
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