pub struct PercentEqual {
pub span: Span,
}
Expand description
%=
Fields§
§span: Span
The span covered by this token.
Implementations§
Source§impl PercentEqual
impl PercentEqual
Sourcepub const fn new(span: Span) -> PercentEqual
pub const fn new(span: Span) -> PercentEqual
Constructs a new PercentEqual
with the given span.
Trait Implementations§
Source§impl Clone for PercentEqual
impl Clone for PercentEqual
Source§fn clone(&self) -> PercentEqual
fn clone(&self) -> PercentEqual
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PercentEqual
impl Debug for PercentEqual
Source§impl Display for PercentEqual
impl Display for PercentEqual
Source§impl Hash for PercentEqual
impl Hash for PercentEqual
Source§impl Ord for PercentEqual
impl Ord for PercentEqual
Source§impl Parse for PercentEqual
impl Parse for PercentEqual
Source§impl PartialEq for PercentEqual
impl PartialEq for PercentEqual
Source§impl PartialOrd for PercentEqual
impl PartialOrd for PercentEqual
Source§impl ToTokens for PercentEqual
impl ToTokens for PercentEqual
Source§fn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
Append
self
to the given TokenStream
.Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Convert
self
directly into a TokenStream
.Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
Convert
self
directly into a TokenStream
.Source§impl Token for PercentEqual
impl Token for PercentEqual
impl Eq for PercentEqual
impl Punct for PercentEqual
Auto Trait Implementations§
impl Freeze for PercentEqual
impl RefUnwindSafe for PercentEqual
impl Send for PercentEqual
impl Sync for PercentEqual
impl Unpin for PercentEqual
impl UnwindSafe for PercentEqual
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