Struct syn::LitByteStr [−][src]
A byte string literal: b"foo"
.
Implementations
impl LitByteStr
[src][−]
pub fn new(value: &[u8], span: Span) -> Self
[src]
pub fn value(&self) -> Vec<u8>
[src]
pub fn span(&self) -> Span
[src]
pub fn set_span(&mut self, span: Span)
[src]
pub fn suffix(&self) -> &str
[src]
Trait Implementations
impl Clone for LitByteStr
[src][+]
impl Debug for LitByteStr
[src][+]
impl Eq for LitByteStr
[src]
impl From<LitByteStr> for Lit
[src][+]
impl Hash for LitByteStr
[src][+]
impl Parse for LitByteStr
[src][+]
impl PartialEq<LitByteStr> for LitByteStr
[src][+]
impl ToTokens for LitByteStr
[src][+]
impl Token for LitByteStr
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for LitByteStr
impl !Send for LitByteStr
impl !Sync for LitByteStr
impl Unpin for LitByteStr
impl UnwindSafe for LitByteStr
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Spanned for T where
T: Spanned + ?Sized,
[src][+]
T: Spanned + ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,