Enum pliantdb_core::permissions::pliant::ViewAction [−][src]
pub enum ViewAction { Query, Reduce, }
Expand description
Actions that operate on a view.
Variants
Allows querying a view with
Connection::query()
. See
view_resource_name
for the format of view resource names.
Allows reducing a view with
Connection::reduce()
. See
view_resource_name
for the format of view resource names.
Trait Implementations
The full name of this action.
fn 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
Auto Trait Implementations
impl RefUnwindSafe for ViewAction
impl Send for ViewAction
impl Sync for ViewAction
impl Unpin for ViewAction
impl UnwindSafe for ViewAction
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self