pub struct CardinalTokenManager;Expand description
Type representing the program.
Trait Implementations
sourceimpl Clone for CardinalTokenManager
impl Clone for CardinalTokenManager
sourcefn clone(&self) -> CardinalTokenManager
fn clone(&self) -> CardinalTokenManager
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for CardinalTokenManager
impl Send for CardinalTokenManager
impl Sync for CardinalTokenManager
impl Unpin for CardinalTokenManager
impl UnwindSafe for CardinalTokenManager
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more