Skip to main content

IUnityWebRequestAsyncOperationMethods

Trait IUnityWebRequestAsyncOperationMethods 

Source
pub trait IUnityWebRequestAsyncOperationMethods: IUnityWebRequestAsyncOperation {
    // Provided methods
    fn get_web_request(self) -> UnityWebRequest { ... }
    fn set_web_request(self, value: impl Into<UnityWebRequest>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_web_request(self) -> UnityWebRequest

get_webRequest() overload

Source

fn set_web_request(self, value: impl Into<UnityWebRequest>)

set_webRequest(crate::unity_engine::networking::unitywebrequest::UnityWebRequest) overload

Source

fn ctor(self)

.ctor() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IUnityWebRequestAsyncOperation> IUnityWebRequestAsyncOperationMethods for __T

Available on crate feature unity_engine-networking-unitywebrequestasyncoperation only.