Module scope

Module scope 

Source
Expand description

Definitions for object scops.

This module contains types to define and manage the hierarchical organization of objects:

  • Scope is a single key-value pair representing one level of hierarchy
  • Scopes is an ordered collection of Scopes

Structs§

AsApiPath
A view returned by Scopes::as_api_path.
AsStoragePath
A view returned by Scopes::as_storage_path.
Scope
A single scope value of an object.
Scopes
An ordered set of resource scopes.

Enums§

InvalidScopeError
An error indicating that a scope is invalid, returned by Scope::create.

Constants§

EMPTY_SCOPES
Used in place of scopes in the URL to represent an empty set of scopes.