Struct ron_edit::WsFollowed
source · 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<WsFollowed<'s, T>> for WsFollowed<'s, T>
impl<'s, T: PartialEq> PartialEq<WsFollowed<'s, T>> for WsFollowed<'s, T>
source§fn eq(&self, other: &WsFollowed<'s, T>) -> bool
fn eq(&self, other: &WsFollowed<'s, T>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.