pub struct CommonTokenFactory;Trait Implementations§
Source§impl Clone for CommonTokenFactory
impl Clone for CommonTokenFactory
Source§fn clone(&self) -> CommonTokenFactory
fn clone(&self) -> CommonTokenFactory
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 moreSource§impl Debug for CommonTokenFactory
impl Debug for CommonTokenFactory
Source§impl Default for CommonTokenFactory
impl Default for CommonTokenFactory
Source§fn default() -> CommonTokenFactory
fn default() -> CommonTokenFactory
Returns the “default value” for a type. Read more
Source§impl TokenFactory for CommonTokenFactory
impl TokenFactory for CommonTokenFactory
fn create(&self, spec: TokenSpec<'_>) -> CommonToken
Auto Trait Implementations§
impl Freeze for CommonTokenFactory
impl RefUnwindSafe for CommonTokenFactory
impl Send for CommonTokenFactory
impl Sync for CommonTokenFactory
impl Unpin for CommonTokenFactory
impl UnsafeUnpin for CommonTokenFactory
impl UnwindSafe for CommonTokenFactory
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