Enum sg_std::StargazeRoute 
source · [−]pub enum StargazeRoute {
    Alloc,
    Claim,
    Distribution,
}Expand description
StargazeRoute is enum type to represent stargaze query route path
Variants
Alloc
Claim
Distribution
Trait Implementations
sourceimpl Clone for StargazeRoute
 
impl Clone for StargazeRoute
sourcefn clone(&self) -> StargazeRoute
 
fn clone(&self) -> StargazeRoute
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for StargazeRoute
 
impl Debug for StargazeRoute
sourceimpl<'de> Deserialize<'de> for StargazeRoute
 
impl<'de> Deserialize<'de> for StargazeRoute
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, 
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, 
Deserialize this value from the given Serde deserializer. Read more
sourceimpl JsonSchema for StargazeRoute
 
impl JsonSchema for StargazeRoute
sourcefn schema_name() -> String
 
fn schema_name() -> String
The name of the generated JSON Schema. Read more
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
 
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
sourcefn is_referenceable() -> bool
 
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
sourceimpl PartialEq<StargazeRoute> for StargazeRoute
 
impl PartialEq<StargazeRoute> for StargazeRoute
sourceimpl Serialize for StargazeRoute
 
impl Serialize for StargazeRoute
impl StructuralPartialEq for StargazeRoute
Auto Trait Implementations
impl RefUnwindSafe for StargazeRoute
impl Send for StargazeRoute
impl Sync for StargazeRoute
impl Unpin for StargazeRoute
impl UnwindSafe for StargazeRoute
Blanket Implementations
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