Struct carbone_sdk_rust::types::ApiJsonToken
source · pub struct ApiJsonToken(/* private fields */);
Implementations§
Trait Implementations§
source§impl Clone for ApiJsonToken
impl Clone for ApiJsonToken
source§fn clone(&self) -> ApiJsonToken
fn clone(&self) -> ApiJsonToken
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 ApiJsonToken
impl Debug for ApiJsonToken
source§impl PartialEq for ApiJsonToken
impl PartialEq for ApiJsonToken
source§fn eq(&self, other: &ApiJsonToken) -> bool
fn eq(&self, other: &ApiJsonToken) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ApiJsonToken
impl StructuralEq for ApiJsonToken
impl StructuralPartialEq for ApiJsonToken
Auto Trait Implementations§
impl RefUnwindSafe for ApiJsonToken
impl Send for ApiJsonToken
impl Sync for ApiJsonToken
impl Unpin for ApiJsonToken
impl UnwindSafe for ApiJsonToken
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.