Enum ledger_mob_core::engine::FogId
source · #[repr(u8)]pub enum FogId {
None,
MobMain,
MobTest,
SignalMain,
SignalTest,
}
Expand description
Fog identifier for resolving account information
Variants§
None
No fog associated with account
MobMain
MobileCoin MainNet fog
MobTest
MobileCoin TestNet fog
SignalMain
Signal MainNet fog
SignalTest
Signal TestNet fog
Implementations§
Trait Implementations§
source§impl Encode for FogId
impl Encode for FogId
source§impl PartialEq<FogId> for FogId
impl PartialEq<FogId> for FogId
impl Copy for FogId
impl StructuralPartialEq for FogId
Auto Trait Implementations§
impl RefUnwindSafe for FogId
impl Send for FogId
impl Sync for FogId
impl Unpin for FogId
impl UnwindSafe for FogId
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
§impl<'a, T> Decode<'a> for Twhere
T: DecodeOwned,
impl<'a, T> Decode<'a> for Twhere T: DecodeOwned,
§impl<'a, T> DecodeExt<'a> for Twhere
T: Decode<'a>,
impl<'a, T> DecodeExt<'a> for Twhere T: Decode<'a>,
§fn decode_iter(buff: &'a [u8]) -> DecodeIter<'a, Self::Output>
fn decode_iter(buff: &'a [u8]) -> DecodeIter<'a, Self::Output>
Helper to iterate over decodable objects in a sized buffer. Read more