struct MEMO_PROGRAM_ID_V1 {
__private_field: (),
}
Fields§
§__private_field: ()
Methods from Deref<Target = Pubkey>§
pub fn is_on_curve(&self) -> bool
Trait Implementations§
source§impl Deref for MEMO_PROGRAM_ID_V1
impl Deref for MEMO_PROGRAM_ID_V1
impl LazyStatic for MEMO_PROGRAM_ID_V1
Auto Trait Implementations§
impl RefUnwindSafe for MEMO_PROGRAM_ID_V1
impl Send for MEMO_PROGRAM_ID_V1
impl Sync for MEMO_PROGRAM_ID_V1
impl Unpin for MEMO_PROGRAM_ID_V1
impl UnwindSafe for MEMO_PROGRAM_ID_V1
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