Struct stellar_notation::StellarObject [−][src]
pub struct StellarObject(pub String, pub StellarValue);Tuple Fields
0: String1: StellarValueTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StellarObject
impl Send for StellarObject
impl Sync for StellarObject
impl Unpin for StellarObject
impl UnwindSafe for StellarObject
Blanket Implementations
Mutably borrows from an owned value. Read more