Struct StorageApplicationPermissions
pub struct StorageApplicationPermissions;
Implementations§
§impl StorageApplicationPermissions
impl StorageApplicationPermissions
pub fn FutureAccessList() -> Result<StorageItemAccessList>
pub fn MostRecentlyUsedList() -> Result<StorageItemMostRecentlyUsedList>
pub fn GetFutureAccessListForUser<P0>(user: P0) -> Result<StorageItemAccessList>where
P0: Param<User>,
pub fn GetMostRecentlyUsedListForUser<P0>(
user: P0,
) -> Result<StorageItemMostRecentlyUsedList>where
P0: Param<User>,
Auto Trait Implementations§
impl Freeze for StorageApplicationPermissions
impl RefUnwindSafe for StorageApplicationPermissions
impl Send for StorageApplicationPermissions
impl Sync for StorageApplicationPermissions
impl Unpin for StorageApplicationPermissions
impl UnwindSafe for StorageApplicationPermissions
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