pub enum ValidateCollectionCreatorOutput {
Collection {
address: Pubkey,
},
Creator {
address: Pubkey,
},
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for ValidateCollectionCreatorOutput
impl Send for ValidateCollectionCreatorOutput
impl Sync for ValidateCollectionCreatorOutput
impl Unpin for ValidateCollectionCreatorOutput
impl UnwindSafe for ValidateCollectionCreatorOutput
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