Struct syn_solidity::LitUnicodeStr
source · pub struct LitUnicodeStr {
pub values: Vec<UnicodeStr>,
}
Fields§
§values: Vec<UnicodeStr>
Implementations§
source§impl LitUnicodeStr
impl LitUnicodeStr
Trait Implementations§
source§impl Clone for LitUnicodeStr
impl Clone for LitUnicodeStr
source§fn clone(&self) -> LitUnicodeStr
fn clone(&self) -> LitUnicodeStr
Returns a copy 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 LitUnicodeStr
impl Debug for LitUnicodeStr
source§impl Display for LitUnicodeStr
impl Display for LitUnicodeStr
source§impl Parse for LitUnicodeStr
impl Parse for LitUnicodeStr
fn parse(input: ParseStream<'_>) -> Result<Self>
source§impl Spanned for LitUnicodeStr
impl Spanned for LitUnicodeStr
source§fn span(&self) -> Span
fn span(&self) -> Span
Returns a
Span
covering the complete contents of this syntax tree
node, or Span::call_site()
if this node is empty.Auto Trait Implementations§
impl RefUnwindSafe for LitUnicodeStr
impl !Send for LitUnicodeStr
impl !Sync for LitUnicodeStr
impl Unpin for LitUnicodeStr
impl UnwindSafe for LitUnicodeStr
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