pub struct WsFollowed<'s, T> {
pub content: T,
pub following: Whitespace<'s>,
}Fields§
§content: T§following: Whitespace<'s>Trait Implementations§
Source§impl<'s, T: Debug> Debug for WsFollowed<'s, T>
impl<'s, T: Debug> Debug for WsFollowed<'s, T>
Source§impl<'s, T: Default> Default for WsFollowed<'s, T>
impl<'s, T: Default> Default for WsFollowed<'s, T>
Source§fn default() -> WsFollowed<'s, T>
fn default() -> WsFollowed<'s, T>
Returns the “default value” for a type. Read more
Source§impl<T: Display> Display for WsFollowed<'_, T>
impl<T: Display> Display for WsFollowed<'_, T>
Source§impl<'s, T: PartialEq> PartialEq for WsFollowed<'s, T>
impl<'s, T: PartialEq> PartialEq for WsFollowed<'s, T>
impl<'s, T> StructuralPartialEq for WsFollowed<'s, T>
Auto Trait Implementations§
impl<'s, T> Freeze for WsFollowed<'s, T>where
T: Freeze,
impl<'s, T> RefUnwindSafe for WsFollowed<'s, T>where
T: RefUnwindSafe,
impl<'s, T> Send for WsFollowed<'s, T>where
T: Send,
impl<'s, T> Sync for WsFollowed<'s, T>where
T: Sync,
impl<'s, T> Unpin for WsFollowed<'s, T>where
T: Unpin,
impl<'s, T> UnwindSafe for WsFollowed<'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