pub struct ResourceScopeScope(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl ResourceScopeScope
impl ResourceScopeScope
pub const ANNOTATION_EDIT: &'static str = "annotation_edit"
pub const ANNOTATION_VIEW_ALL: &'static str = "annotation_view_all"
pub const ANNOTATION_VIEW_SELF: &'static str = "annotation_view_self"
pub const BASE_EXPLORER: &'static str = "base_explorer"
pub const BASE_PICKER: &'static str = "base_picker"
pub const BASE_PREVIEW: &'static str = "base_preview"
pub const BASE_UPLOAD: &'static str = "base_upload"
pub const ITEM_DELETE: &'static str = "item_delete"
pub const ITEM_DOWNLOAD: &'static str = "item_download"
pub const ITEM_PREVIEW: &'static str = "item_preview"
pub const ITEM_RENAME: &'static str = "item_rename"
pub const ITEM_SHARE: &'static str = "item_share"
pub const ITEM_UPLOAD: &'static str = "item_upload"
pub const ITEM_READ: &'static str = "item_read"
Trait Implementations§
Source§impl Clone for ResourceScopeScope
impl Clone for ResourceScopeScope
Source§fn clone(&self) -> ResourceScopeScope
fn clone(&self) -> ResourceScopeScope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResourceScopeScope
impl Debug for ResourceScopeScope
Source§impl Default for ResourceScopeScope
impl Default for ResourceScopeScope
Source§fn default() -> ResourceScopeScope
fn default() -> ResourceScopeScope
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResourceScopeScope
impl<'de> Deserialize<'de> for ResourceScopeScope
Source§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
impl Eq for ResourceScopeScope
Source§impl PartialEq for ResourceScopeScope
impl PartialEq for ResourceScopeScope
Source§impl Serialize for ResourceScopeScope
impl Serialize for ResourceScopeScope
impl StructuralPartialEq for ResourceScopeScope
Auto Trait Implementations§
impl Freeze for ResourceScopeScope
impl RefUnwindSafe for ResourceScopeScope
impl Send for ResourceScopeScope
impl Sync for ResourceScopeScope
impl Unpin for ResourceScopeScope
impl UnsafeUnpin for ResourceScopeScope
impl UnwindSafe for ResourceScopeScope
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more