[][src]Trait uikit_sys::INSCachedURLResponse

pub trait INSCachedURLResponse: Sized + Deref {
    unsafe fn initWithResponse_data_(
        self,
        response: NSURLResponse,
        data: NSData
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithResponse_data_userInfo_storagePolicy_(
        self,
        response: NSURLResponse,
        data: NSData,
        userInfo: NSDictionary,
        storagePolicy: NSURLCacheStoragePolicy
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn response(self) -> NSURLResponse
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn data(self) -> NSData
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn userInfo(self) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn storagePolicy(self) -> NSURLCacheStoragePolicy
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithResponse_data_(
    self,
    response: NSURLResponse,
    data: NSData
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithResponse_data_userInfo_storagePolicy_(
    self,
    response: NSURLResponse,
    data: NSData,
    userInfo: NSDictionary,
    storagePolicy: NSURLCacheStoragePolicy
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn response(self) -> NSURLResponse where
    Self::Target: Message + Sized

unsafe fn data(self) -> NSData where
    Self::Target: Message + Sized

unsafe fn userInfo(self) -> NSDictionary where
    Self::Target: Message + Sized

unsafe fn storagePolicy(self) -> NSURLCacheStoragePolicy where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSCachedURLResponse for NSCachedURLResponse[src]

Loading content...