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