[][src]Trait azure_sdk_cosmos::PermissionName

pub trait PermissionName: Debug {
    fn name(&self) -> &str;
}

Required methods

fn name(&self) -> &str

Loading content...

Implementors

impl<'a, T> PermissionName for Permission<'a, T> where
    T: PermissionResource + Clone + Debug
[src]

impl<R> PermissionName for R where
    R: AsRef<str> + Debug
[src]

Loading content...