pub struct OperationalRegisterRequest {
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,
}Fields§
§name: String§kind: OperationalCollectionKind§schema_json: String§retention_json: String§filter_fields_json: String§validation_json: String§secondary_indexes_json: String§format_version: i64Trait Implementations§
Source§impl Clone for OperationalRegisterRequest
impl Clone for OperationalRegisterRequest
Source§fn clone(&self) -> OperationalRegisterRequest
fn clone(&self) -> OperationalRegisterRequest
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 OperationalRegisterRequest
impl Debug for OperationalRegisterRequest
Source§impl<'de> Deserialize<'de> for OperationalRegisterRequest
impl<'de> Deserialize<'de> for OperationalRegisterRequest
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 OperationalRegisterRequest
impl StructuralPartialEq for OperationalRegisterRequest
Auto Trait Implementations§
impl Freeze for OperationalRegisterRequest
impl RefUnwindSafe for OperationalRegisterRequest
impl Send for OperationalRegisterRequest
impl Sync for OperationalRegisterRequest
impl Unpin for OperationalRegisterRequest
impl UnsafeUnpin for OperationalRegisterRequest
impl UnwindSafe for OperationalRegisterRequest
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.