pub struct FreshInputTokens(pub i32);Expand description
Fresh input tokens (new content, not from cache)
Tuple Fields§
§0: i32Trait Implementations§
Source§impl Add for FreshInputTokens
impl Add for FreshInputTokens
Source§impl Clone for FreshInputTokens
impl Clone for FreshInputTokens
Source§fn clone(&self) -> FreshInputTokens
fn clone(&self) -> FreshInputTokens
Returns a duplicate 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 FreshInputTokens
impl Debug for FreshInputTokens
Source§impl Default for FreshInputTokens
impl Default for FreshInputTokens
Source§fn default() -> FreshInputTokens
fn default() -> FreshInputTokens
Returns the “default value” for a type. Read more
Source§impl PartialEq for FreshInputTokens
impl PartialEq for FreshInputTokens
impl Copy for FreshInputTokens
impl Eq for FreshInputTokens
impl StructuralPartialEq for FreshInputTokens
Auto Trait Implementations§
impl Freeze for FreshInputTokens
impl RefUnwindSafe for FreshInputTokens
impl Send for FreshInputTokens
impl Sync for FreshInputTokens
impl Unpin for FreshInputTokens
impl UnwindSafe for FreshInputTokens
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