pub struct LazyAccountTy {
pub account_type_path: TypePath,
}
Fields§
§account_type_path: TypePath
Trait Implementations§
Source§impl Debug for LazyAccountTy
impl Debug for LazyAccountTy
Source§impl PartialEq for LazyAccountTy
impl PartialEq for LazyAccountTy
impl Eq for LazyAccountTy
impl StructuralPartialEq for LazyAccountTy
Auto Trait Implementations§
impl Freeze for LazyAccountTy
impl RefUnwindSafe for LazyAccountTy
impl !Send for LazyAccountTy
impl !Sync for LazyAccountTy
impl Unpin for LazyAccountTy
impl UnwindSafe for LazyAccountTy
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 Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.