pub trait ISchemaIdentityConstraint_Impl: Sized + ISchemaItem_Impl {
    // Required methods
    fn selector(&self) -> Result<BSTR>;
    fn fields(&self) -> Result<ISchemaStringCollection>;
    fn referencedKey(&self) -> Result<ISchemaIdentityConstraint>;
}

Required Methods§

fn selector(&self) -> Result<BSTR>

fn fields(&self) -> Result<ISchemaStringCollection>

fn referencedKey(&self) -> Result<ISchemaIdentityConstraint>

Object Safety§

This trait is not object safe.

Implementors§