pub enum CharSyntax {
Name,
Octal,
CodePoint,
Simple,
}Variants§
Trait Implementations§
Source§impl Clone for CharSyntax
impl Clone for CharSyntax
Source§fn clone(&self) -> CharSyntax
fn clone(&self) -> CharSyntax
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CharSyntax
Auto Trait Implementations§
impl Freeze for CharSyntax
impl RefUnwindSafe for CharSyntax
impl Send for CharSyntax
impl Sync for CharSyntax
impl Unpin for CharSyntax
impl UnsafeUnpin for CharSyntax
impl UnwindSafe for CharSyntax
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