#[repr(u8)]pub enum AttributeQuote {
Single = 39,
Double = 34,
}Expand description
The quote character an attribute’s value can be wrapped in.
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for AttributeQuote
impl RefUnwindSafe for AttributeQuote
impl Send for AttributeQuote
impl Sync for AttributeQuote
impl Unpin for AttributeQuote
impl UnwindSafe for AttributeQuote
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