pub enum StringLiteralKind {
String,
Block,
}
Variants§
Trait Implementations§
Source§impl Clone for StringLiteralKind
impl Clone for StringLiteralKind
Source§fn clone(&self) -> StringLiteralKind
fn clone(&self) -> StringLiteralKind
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 StringLiteralKind
impl Debug for StringLiteralKind
impl Copy for StringLiteralKind
Auto Trait Implementations§
impl Freeze for StringLiteralKind
impl RefUnwindSafe for StringLiteralKind
impl Send for StringLiteralKind
impl Sync for StringLiteralKind
impl Unpin for StringLiteralKind
impl UnwindSafe for StringLiteralKind
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