pub struct OperationalCollectionRecord {
pub name: String,
pub kind: OperationalCollectionKind,
pub schema_json: String,
pub retention_json: String,
pub filter_fields_json: String,
pub validation_json: String,
pub secondary_indexes_json: String,
pub format_version: i64,
pub created_at: i64,
pub disabled_at: Option<i64>,
}Fields§
§name: String§kind: OperationalCollectionKind§schema_json: String§retention_json: String§filter_fields_json: String§validation_json: String§secondary_indexes_json: String§format_version: i64§created_at: i64§disabled_at: Option<i64>Trait Implementations§
Source§impl Clone for OperationalCollectionRecord
impl Clone for OperationalCollectionRecord
Source§fn clone(&self) -> OperationalCollectionRecord
fn clone(&self) -> OperationalCollectionRecord
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 OperationalCollectionRecord
impl Debug for OperationalCollectionRecord
Source§impl<'de> Deserialize<'de> for OperationalCollectionRecord
impl<'de> Deserialize<'de> for OperationalCollectionRecord
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
impl Eq for OperationalCollectionRecord
impl StructuralPartialEq for OperationalCollectionRecord
Auto Trait Implementations§
impl Freeze for OperationalCollectionRecord
impl RefUnwindSafe for OperationalCollectionRecord
impl Send for OperationalCollectionRecord
impl Sync for OperationalCollectionRecord
impl Unpin for OperationalCollectionRecord
impl UnsafeUnpin for OperationalCollectionRecord
impl UnwindSafe for OperationalCollectionRecord
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.