Struct AgentResources
pub struct AgentResources;Implementations§
§impl AgentResources
impl AgentResources
pub fn FileSystemRead() -> Result<HSTRING>
pub fn FileSystemWrite() -> Result<HSTRING>
pub fn FileSystemDelete() -> Result<HSTRING>
pub fn FileSystemCreate() -> Result<HSTRING>
pub fn HttpGet() -> Result<HSTRING>
pub fn HttpPost() -> Result<HSTRING>
pub fn HttpPut() -> Result<HSTRING>
pub fn HttpDelete() -> Result<HSTRING>
Auto Trait Implementations§
impl Freeze for AgentResources
impl RefUnwindSafe for AgentResources
impl Send for AgentResources
impl Sync for AgentResources
impl Unpin for AgentResources
impl UnwindSafe for AgentResources
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