pub struct RawCapture {
pub name: Option<String>,
}Expand description
A parsed, uncompiled TextMate capture.
Fields§
§name: Option<String>Scope assigned to the captured group.
Trait Implementations§
Source§impl Clone for RawCapture
impl Clone for RawCapture
Source§fn clone(&self) -> RawCapture
fn clone(&self) -> RawCapture
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RawCapture
impl Debug for RawCapture
Source§impl Deserialize for RawCapture
impl Deserialize for RawCapture
Auto Trait Implementations§
impl Freeze for RawCapture
impl RefUnwindSafe for RawCapture
impl Send for RawCapture
impl Sync for RawCapture
impl Unpin for RawCapture
impl UnsafeUnpin for RawCapture
impl UnwindSafe for RawCapture
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