CreateContextDataResponseValue

Trait CreateContextDataResponseValue 

Source
pub trait CreateContextDataResponseValue: Into<CreateContextResponse> {
    const CONTEXT_NAME: &'static [u8];
}
Expand description

This trait is automatically implemented for all CreateResponse create context values.

Required Associated Constants§

Source

const CONTEXT_NAME: &'static [u8]

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 CreateContextDataResponseValue for RequestLease

Source§

const CONTEXT_NAME: &'static [u8] = CreateContextType::RQLS_NAME

Source§

impl CreateContextDataResponseValue for SvhdxOpenDeviceContext

Source§

const CONTEXT_NAME: &'static [u8] = CreateContextType::SVHDXOPENDEV_NAME

Source§

impl CreateContextDataResponseValue for AppInstanceId

Source§

const CONTEXT_NAME: &'static [u8] = CreateContextType::APPINSTID_NAME

Source§

impl CreateContextDataResponseValue for AppInstanceVersion

Source§

const CONTEXT_NAME: &'static [u8] = CreateContextType::APPINSTVER_NAME

Source§

impl CreateContextDataResponseValue for DH2QResp

Source§

const CONTEXT_NAME: &'static [u8] = CreateContextType::DH2Q_NAME

Source§

impl CreateContextDataResponseValue for DurableHandleResponse

Source§

const CONTEXT_NAME: &'static [u8] = CreateContextType::DHNQ_NAME

Source§

impl CreateContextDataResponseValue for QueryMaximalAccessResponse

Source§

const CONTEXT_NAME: &'static [u8] = CreateContextType::MXAC_NAME

Source§

impl CreateContextDataResponseValue for QueryOnDiskIdResp

Source§

const CONTEXT_NAME: &'static [u8] = CreateContextType::QFID_NAME