pub struct BaseSchema {
hash_after_crypt: bool,
startup_tjs_not_encrypted: bool,
obfuscated_index: bool,
}Available on crate features
kirikiri and kirikiri-arc only.Fields§
§hash_after_crypt: bool§startup_tjs_not_encrypted: bool§obfuscated_index: boolTrait Implementations§
Source§impl AsRef<BaseSchema> for CabbageCxCrypt
impl AsRef<BaseSchema> for CabbageCxCrypt
Source§fn as_ref(&self) -> &BaseSchema
fn as_ref(&self) -> &BaseSchema
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<BaseSchema> for ChainReactionCrypt
impl AsRef<BaseSchema> for ChainReactionCrypt
Source§fn as_ref(&self) -> &BaseSchema
fn as_ref(&self) -> &BaseSchema
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<BaseSchema> for CxEncryption
impl AsRef<BaseSchema> for CxEncryption
Source§fn as_ref(&self) -> &BaseSchema
fn as_ref(&self) -> &BaseSchema
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<BaseSchema> for HxCryptLite
impl AsRef<BaseSchema> for HxCryptLite
Source§fn as_ref(&self) -> &BaseSchema
fn as_ref(&self) -> &BaseSchema
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<BaseSchema> for MadoCrypt
impl AsRef<BaseSchema> for MadoCrypt
Source§fn as_ref(&self) -> &BaseSchema
fn as_ref(&self) -> &BaseSchema
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<BaseSchema> for NanaCxCrypt
impl AsRef<BaseSchema> for NanaCxCrypt
Source§fn as_ref(&self) -> &BaseSchema
fn as_ref(&self) -> &BaseSchema
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<BaseSchema> for RiddleCxCrypt
impl AsRef<BaseSchema> for RiddleCxCrypt
Source§fn as_ref(&self) -> &BaseSchema
fn as_ref(&self) -> &BaseSchema
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<BaseSchema> for SenrenCxCrypt
impl AsRef<BaseSchema> for SenrenCxCrypt
Source§fn as_ref(&self) -> &BaseSchema
fn as_ref(&self) -> &BaseSchema
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<BaseSchema> for SisMikoCrypt
impl AsRef<BaseSchema> for SisMikoCrypt
Source§fn as_ref(&self) -> &BaseSchema
fn as_ref(&self) -> &BaseSchema
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<BaseSchema> for XanaduCrypt
impl AsRef<BaseSchema> for XanaduCrypt
Source§fn as_ref(&self) -> &BaseSchema
fn as_ref(&self) -> &BaseSchema
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for BaseSchema
impl Clone for BaseSchema
Source§fn clone(&self) -> BaseSchema
fn clone(&self) -> BaseSchema
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BaseSchema
impl Debug for BaseSchema
Source§impl<'de> Deserialize<'de> for BaseSchema
impl<'de> Deserialize<'de> for BaseSchema
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BaseSchema
impl RefUnwindSafe for BaseSchema
impl Send for BaseSchema
impl Sync for BaseSchema
impl Unpin for BaseSchema
impl UnwindSafe for BaseSchema
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more