Enum psl::PreviewFeature

source ·
#[repr(u64)]
pub enum PreviewFeature {
Show 42 variants AggregateApi = 1, AtomicNumberOperations = 2, ClientExtensions = 4, Cockroachdb = 8, ConnectOrCreate = 16, CreateMany = 32, DataProxy = 64, Deno = 128, Distinct = 256, DriverAdapters = 512, ExtendedIndexes = 1_024, ExtendedWhereUnique = 2_048, FieldReference = 4_096, FilteredRelationCount = 8_192, FilterJson = 16_384, FullTextIndex = 32_768, FullTextSearch = 65_536, GroupBy = 131_072, ImprovedQueryRaw = 262_144, InteractiveTransactions = 524_288, JsonProtocol = 1_048_576, Metrics = 2_097_152, MicrosoftSqlServer = 4_194_304, Middlewares = 8_388_608, MongoDb = 16_777_216, MultiSchema = 33_554_432, NamedConstraints = 67_108_864, NApi = 134_217_728, NativeDistinct = 268_435_456, NativeTypes = 536_870_912, OrderByAggregateGroup = 1_073_741_824, OrderByNulls = 2_147_483_648, OrderByRelation = 4_294_967_296, PostgresqlExtensions = 8_589_934_592, ReferentialActions = 17_179_869_184, ReferentialIntegrity = 34_359_738_368, SelectRelationCount = 68_719_476_736, Tracing = 137_438_953_472, TransactionApi = 274_877_906_944, UncheckedScalarInputs = 549_755_813_888, Views = 1_099_511_627_776, RelationJoins = 2_199_023_255_552,
}

Variants§

§

AggregateApi = 1

§

AtomicNumberOperations = 2

§

ClientExtensions = 4

§

Cockroachdb = 8

§

ConnectOrCreate = 16

§

CreateMany = 32

§

DataProxy = 64

§

Deno = 128

§

Distinct = 256

§

DriverAdapters = 512

§

ExtendedIndexes = 1_024

§

ExtendedWhereUnique = 2_048

§

FieldReference = 4_096

§

FilteredRelationCount = 8_192

§

FilterJson = 16_384

§

FullTextIndex = 32_768

§

FullTextSearch = 65_536

§

GroupBy = 131_072

§

ImprovedQueryRaw = 262_144

§

InteractiveTransactions = 524_288

§

JsonProtocol = 1_048_576

§

Metrics = 2_097_152

§

MicrosoftSqlServer = 4_194_304

§

Middlewares = 8_388_608

§

MongoDb = 16_777_216

§

MultiSchema = 33_554_432

§

NamedConstraints = 67_108_864

§

NApi = 134_217_728

§

NativeDistinct = 268_435_456

§

NativeTypes = 536_870_912

§

OrderByAggregateGroup = 1_073_741_824

§

OrderByNulls = 2_147_483_648

§

OrderByRelation = 4_294_967_296

§

PostgresqlExtensions = 8_589_934_592

§

ReferentialActions = 17_179_869_184

§

ReferentialIntegrity = 34_359_738_368

§

SelectRelationCount = 68_719_476_736

§

Tracing = 137_438_953_472

§

TransactionApi = 274_877_906_944

§

UncheckedScalarInputs = 549_755_813_888

§

Views = 1_099_511_627_776

§

RelationJoins = 2_199_023_255_552

Implementations§

Trait Implementations§

source§

impl BitAnd for PreviewFeature

§

type Output = BitFlags<PreviewFeature>

The resulting type after applying the & operator.
source§

fn bitand(self, other: PreviewFeature) -> <PreviewFeature as BitAnd>::Output

Performs the & operation. Read more
source§

impl BitFlag for PreviewFeature

source§

fn empty() -> BitFlags<Self>

Create a BitFlags with no flags set (in other words, with a value of 0). Read more
source§

fn all() -> BitFlags<Self>

Create a BitFlags with all flags set. Read more
source§

impl BitOr for PreviewFeature

§

type Output = BitFlags<PreviewFeature>

The resulting type after applying the | operator.
source§

fn bitor(self, other: PreviewFeature) -> <PreviewFeature as BitOr>::Output

Performs the | operation. Read more
source§

impl BitXor for PreviewFeature

§

type Output = BitFlags<PreviewFeature>

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: PreviewFeature) -> <PreviewFeature as BitXor>::Output

Performs the ^ operation. Read more
source§

impl Clone for PreviewFeature

source§

fn clone(&self) -> PreviewFeature

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for PreviewFeature

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Display for PreviewFeature

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Not for PreviewFeature

§

type Output = BitFlags<PreviewFeature>

The resulting type after applying the ! operator.
source§

fn not(self) -> <PreviewFeature as Not>::Output

Performs the unary ! operation. Read more
source§

impl PartialEq for PreviewFeature

source§

fn eq(&self, other: &PreviewFeature) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for PreviewFeature

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for PreviewFeature

source§

impl Eq for PreviewFeature

source§

impl StructuralEq for PreviewFeature

source§

impl StructuralPartialEq for PreviewFeature

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
source§

impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
source§

impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.