Struct ra_ap_syntax::ast::SlicePatComponents
source · pub struct SlicePatComponents {
pub prefix: Vec<Pat>,
pub slice: Option<Pat>,
pub suffix: Vec<Pat>,
}Fields§
§prefix: Vec<Pat>§slice: Option<Pat>§suffix: Vec<Pat>Auto Trait Implementations§
impl !RefUnwindSafe for SlicePatComponents
impl !Send for SlicePatComponents
impl !Sync for SlicePatComponents
impl Unpin for SlicePatComponents
impl !UnwindSafe for SlicePatComponents
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