Struct mpl_fixed_price_sale::program::FixedPriceSale
source · [−]pub struct FixedPriceSale;
Expand description
Type representing the program.
Trait Implementations
sourceimpl Clone for FixedPriceSale
impl Clone for FixedPriceSale
sourcefn clone(&self) -> FixedPriceSale
fn clone(&self) -> FixedPriceSale
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Id for FixedPriceSale
impl Id for FixedPriceSale
Auto Trait Implementations
impl RefUnwindSafe for FixedPriceSale
impl Send for FixedPriceSale
impl Sync for FixedPriceSale
impl Unpin for FixedPriceSale
impl UnwindSafe for FixedPriceSale
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