Struct sugar_cli::pdas::CollectionPDA
source · pub struct CollectionPDA {
pub mint: Pubkey,
pub candy_machine: Pubkey,
}Fields§
§mint: Pubkey§candy_machine: PubkeyAuto Trait Implementations§
impl RefUnwindSafe for CollectionPDA
impl Send for CollectionPDA
impl Sync for CollectionPDA
impl Unpin for CollectionPDA
impl UnwindSafe for CollectionPDA
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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