Struct sugar_cli::candy_machine::ConfigStatus
source · pub struct ConfigStatus {
pub index: u32,
pub on_chain: bool,
}Fields§
§index: u32§on_chain: boolTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ConfigStatus
impl Send for ConfigStatus
impl Sync for ConfigStatus
impl Unpin for ConfigStatus
impl UnwindSafe for ConfigStatus
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