WithBasePath

Trait WithBasePath 

Source
pub trait WithBasePath {
    const BASE_PATH: &'static str;
}
Expand description

Trait for a type with a base path.

Required Associated Constants§

Source

const BASE_PATH: &'static str

Base path for this resource type.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl WithBasePath for Resource<SlimNodeOrEdge>

Source§

const BASE_PATH: &'static str = "models/instances"

Source§

impl WithBasePath for Resource<ContainerDefinition>

Source§

const BASE_PATH: &'static str = "models/containers"

Source§

impl WithBasePath for Resource<DataModel>

Source§

const BASE_PATH: &'static str = "models/datamodels"

Source§

impl WithBasePath for Resource<Stream>

Source§

const BASE_PATH: &'static str = "streams"

Source§

impl WithBasePath for Resource<Space>

Source§

const BASE_PATH: &'static str = "models/spaces"

Source§

impl WithBasePath for Resource<ViewDefinition>

Source§

const BASE_PATH: &'static str = "models/views"

Source§

impl WithBasePath for AssetsResource

Source§

const BASE_PATH: &'static str = "assets"

Source§

impl WithBasePath for DataSetsResource

Source§

const BASE_PATH: &'static str = "datasets"

Source§

impl WithBasePath for EventsResource

Source§

const BASE_PATH: &'static str = "events"

Source§

impl WithBasePath for ExtPipeRunsResource

Source§

const BASE_PATH: &'static str = "extpipes/runs"

Source§

impl WithBasePath for ExtPipesResource

Source§

const BASE_PATH: &'static str = "extpipes"

Source§

impl WithBasePath for Files

Source§

const BASE_PATH: &'static str = "files"

Source§

impl WithBasePath for GroupsResource

Source§

const BASE_PATH: &'static str = "groups"

Source§

impl WithBasePath for SecurityCategoriesResource

Source§

const BASE_PATH: &'static str = "securitycategories"

Source§

impl WithBasePath for SessionsResource

Source§

const BASE_PATH: &'static str = "sessions"

Source§

impl WithBasePath for LabelsResource

Source§

const BASE_PATH: &'static str = "labels"

Source§

impl WithBasePath for RelationshipsResource

Source§

const BASE_PATH: &'static str = "relationships"

Source§

impl WithBasePath for SequencesResource

Source§

const BASE_PATH: &'static str = "sequences"

Source§

impl WithBasePath for TimeSeriesResource

Source§

const BASE_PATH: &'static str = "timeseries"