Struct fuels_types::StringToken
source · pub struct StringToken { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for StringToken
impl Clone for StringToken
source§fn clone(&self) -> StringToken
fn clone(&self) -> StringToken
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 StringToken
impl Debug for StringToken
source§impl Default for StringToken
impl Default for StringToken
source§fn default() -> StringToken
fn default() -> StringToken
Returns the “default value” for a type. Read more
source§impl PartialEq<StringToken> for StringToken
impl PartialEq<StringToken> for StringToken
source§fn eq(&self, other: &StringToken) -> bool
fn eq(&self, other: &StringToken) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<StringToken> for String
impl TryFrom<StringToken> for String
impl Eq for StringToken
impl StructuralEq for StringToken
impl StructuralPartialEq for StringToken
Auto Trait Implementations§
impl RefUnwindSafe for StringToken
impl Send for StringToken
impl Sync for StringToken
impl Unpin for StringToken
impl UnwindSafe for StringToken
Blanket Implementations§
§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.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
source§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,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.