pub struct AccountOffsetAndFlags { /* private fields */ }
Trait Implementations§
source§impl Clone for AccountOffsetAndFlags
impl Clone for AccountOffsetAndFlags
source§fn clone(&self) -> AccountOffsetAndFlags
fn clone(&self) -> AccountOffsetAndFlags
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 AccountOffsetAndFlags
impl Debug for AccountOffsetAndFlags
source§impl Default for AccountOffsetAndFlags
impl Default for AccountOffsetAndFlags
source§fn default() -> AccountOffsetAndFlags
fn default() -> AccountOffsetAndFlags
Returns the “default value” for a type. Read more
source§impl PartialEq<AccountOffsetAndFlags> for AccountOffsetAndFlags
impl PartialEq<AccountOffsetAndFlags> for AccountOffsetAndFlags
source§fn eq(&self, other: &AccountOffsetAndFlags) -> bool
fn eq(&self, other: &AccountOffsetAndFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AccountOffsetAndFlags
impl Eq for AccountOffsetAndFlags
impl StructuralEq for AccountOffsetAndFlags
impl StructuralPartialEq for AccountOffsetAndFlags
Auto Trait Implementations§
impl RefUnwindSafe for AccountOffsetAndFlags
impl Send for AccountOffsetAndFlags
impl Sync for AccountOffsetAndFlags
impl Unpin for AccountOffsetAndFlags
impl UnwindSafe for AccountOffsetAndFlags
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
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.