pub enum RecipientSlotType {
Nft,
Token,
}Variants§
Trait Implementations§
Source§impl BorshDeserialize for RecipientSlotType
impl BorshDeserialize for RecipientSlotType
Source§impl BorshSerialize for RecipientSlotType
impl BorshSerialize for RecipientSlotType
Source§impl Clone for RecipientSlotType
impl Clone for RecipientSlotType
Source§fn clone(&self) -> RecipientSlotType
fn clone(&self) -> RecipientSlotType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RecipientSlotType
impl Debug for RecipientSlotType
Source§impl PartialEq for RecipientSlotType
impl PartialEq for RecipientSlotType
impl Eq for RecipientSlotType
impl StructuralPartialEq for RecipientSlotType
Auto Trait Implementations§
impl Freeze for RecipientSlotType
impl RefUnwindSafe for RecipientSlotType
impl Send for RecipientSlotType
impl Sync for RecipientSlotType
impl Unpin for RecipientSlotType
impl UnwindSafe for RecipientSlotType
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