Enum race_api::types::RecipientSlotType
source · 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 copy 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
source§fn eq(&self, other: &RecipientSlotType) -> bool
fn eq(&self, other: &RecipientSlotType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for RecipientSlotType
impl StructuralEq for RecipientSlotType
impl StructuralPartialEq for RecipientSlotType
Auto Trait Implementations§
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