Struct StorageProviderItemProperties
pub struct StorageProviderItemProperties;
Implementations§
§impl StorageProviderItemProperties
impl StorageProviderItemProperties
pub fn SetAsync<P0, P1>(item: P0, itemproperties: P1) -> Result<IAsyncAction>where
P0: Param<IStorageItem>,
P1: Param<IIterable<StorageProviderItemProperty>>,
Auto Trait Implementations§
impl Freeze for StorageProviderItemProperties
impl RefUnwindSafe for StorageProviderItemProperties
impl Send for StorageProviderItemProperties
impl Sync for StorageProviderItemProperties
impl Unpin for StorageProviderItemProperties
impl UnwindSafe for StorageProviderItemProperties
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