pub struct Lit<'a> {
pub lws: &'a str,
pub val: &'a str,
pub rws: &'a str,
}
Fields§
§lws: &'a str
§val: &'a str
§rws: &'a str
Trait Implementations§
impl<'a> StructuralPartialEq for Lit<'a>
Auto Trait Implementations§
impl<'a> Freeze for Lit<'a>
impl<'a> RefUnwindSafe for Lit<'a>
impl<'a> Send for Lit<'a>
impl<'a> Sync for Lit<'a>
impl<'a> Unpin for Lit<'a>
impl<'a> UnwindSafe for Lit<'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