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§
Sourcefn get_web_request(self) -> UnityWebRequest
fn get_web_request(self) -> UnityWebRequest
get_webRequest() overload
Sourcefn set_web_request(self, value: impl Into<UnityWebRequest>)
fn set_web_request(self, value: impl Into<UnityWebRequest>)
set_webRequest(crate::unity_engine::networking::unitywebrequest::UnityWebRequest) 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§
impl<__T: IUnityWebRequestAsyncOperation> IUnityWebRequestAsyncOperationMethods for __T
Available on crate feature
unity_engine-networking-unitywebrequestasyncoperation only.