CreateContextDataRequestValue

Trait CreateContextDataRequestValue 

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

This trait is automatically implemented for all CreateRequest 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.

Implementations on Foreign Types§

Source§

impl CreateContextDataRequestValue for SecurityDescriptor

Source§

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

Source§

impl CreateContextDataRequestValue for ChainedItemList<FileFullEaInformation>

Source§

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

Implementors§

Source§

impl CreateContextDataRequestValue for RequestLease

Source§

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

Source§

impl CreateContextDataRequestValue for SvhdxOpenDeviceContext

Source§

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

Source§

impl CreateContextDataRequestValue for AllocationSize

Source§

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

Source§

impl CreateContextDataRequestValue for AppInstanceId

Source§

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

Source§

impl CreateContextDataRequestValue for AppInstanceVersion

Source§

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

Source§

impl CreateContextDataRequestValue for DurableHandleReconnect

Source§

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

Source§

impl CreateContextDataRequestValue for DurableHandleReconnectV2

Source§

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

Source§

impl CreateContextDataRequestValue for DurableHandleRequest

Source§

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

Source§

impl CreateContextDataRequestValue for DurableHandleRequestV2

Source§

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

Source§

impl CreateContextDataRequestValue for QueryMaximalAccessRequest

Source§

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

Source§

impl CreateContextDataRequestValue for QueryOnDiskIdReq

Source§

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

Source§

impl CreateContextDataRequestValue for TimewarpToken

Source§

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