pub struct WsLead<'s, T> {
pub leading: Whitespace<'s>,
pub content: T,
}Fields§
§leading: Whitespace<'s>§content: TTrait Implementations§
impl<'s, T> StructuralPartialEq for WsLead<'s, T>
Auto Trait Implementations§
impl<'s, T> Freeze for WsLead<'s, T>where
T: Freeze,
impl<'s, T> RefUnwindSafe for WsLead<'s, T>where
T: RefUnwindSafe,
impl<'s, T> Send for WsLead<'s, T>where
T: Send,
impl<'s, T> Sync for WsLead<'s, T>where
T: Sync,
impl<'s, T> Unpin for WsLead<'s, T>where
T: Unpin,
impl<'s, T> UnwindSafe for WsLead<'s, T>where
T: UnwindSafe,
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