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