Struct phase_protocol_sdk::program::PhaseProtocolSdk
source · [−]pub struct PhaseProtocolSdk;Expand description
Type representing the program.
Trait Implementations
sourceimpl Clone for PhaseProtocolSdk
impl Clone for PhaseProtocolSdk
sourcefn clone(&self) -> PhaseProtocolSdk
fn clone(&self) -> PhaseProtocolSdk
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Id for PhaseProtocolSdk
impl Id for PhaseProtocolSdk
Auto Trait Implementations
impl RefUnwindSafe for PhaseProtocolSdk
impl Send for PhaseProtocolSdk
impl Sync for PhaseProtocolSdk
impl Unpin for PhaseProtocolSdk
impl UnwindSafe for PhaseProtocolSdk
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more