pub struct Raw<'a> {
pub ws1: Ws,
pub lit: Lit<'a>,
pub ws2: Ws,
}
Fields§
§ws1: Ws
§lit: Lit<'a>
§ws2: Ws
Trait Implementations§
impl<'a> StructuralPartialEq for Raw<'a>
Auto Trait Implementations§
impl<'a> Freeze for Raw<'a>
impl<'a> RefUnwindSafe for Raw<'a>
impl<'a> Send for Raw<'a>
impl<'a> Sync for Raw<'a>
impl<'a> Unpin for Raw<'a>
impl<'a> UnwindSafe for Raw<'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