pub struct CounterToken(/* private fields */);๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.Expand description
A token for TokenCounter.
Trait Implementationsยง
Sourceยงimpl Clone for CounterToken
impl Clone for CounterToken
Auto Trait Implementationsยง
impl Freeze for CounterToken
impl RefUnwindSafe for CounterToken
impl Send for CounterToken
impl Sync for CounterToken
impl Unpin for CounterToken
impl UnwindSafe for CounterToken
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