pub enum Scope {
Version,
Decimals,
Description,
RoundData {
round_id: u32,
},
LatestRoundData,
Aggregator,
LatestRoundDataWithDecimals,
}
Variants
Version
Decimals
Description
RoundData
Fields
round_id: u32
LatestRoundData
Aggregator
LatestRoundDataWithDecimals
Trait Implementations
sourceimpl BorshDeserialize for Scope where
u32: BorshDeserialize,
impl BorshDeserialize for Scope where
u32: BorshDeserialize,
sourceimpl BorshSerialize for Scope where
u32: BorshSerialize,
impl BorshSerialize for Scope where
u32: BorshSerialize,
impl Copy for Scope
Auto Trait Implementations
impl RefUnwindSafe for Scope
impl Send for Scope
impl Sync for Scope
impl Unpin for Scope
impl UnwindSafe for Scope
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more