pub struct InsertionOpe {
pub collection: String,
pub acl: Vec<String>,
pub data: Vec<u8>,
pub usecases: Vec<String>,
}
Fields§
§collection: String
§acl: Vec<String>
§data: Vec<u8>
§usecases: Vec<String>
Trait Implementations§
Source§impl Clone for InsertionOpe
impl Clone for InsertionOpe
Source§fn clone(&self) -> InsertionOpe
fn clone(&self) -> InsertionOpe
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InsertionOpe
impl Debug for InsertionOpe
Source§impl<'de> Deserialize<'de> for InsertionOpe
impl<'de> Deserialize<'de> for InsertionOpe
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
Source§impl PartialEq for InsertionOpe
impl PartialEq for InsertionOpe
Source§impl Serialize for InsertionOpe
impl Serialize for InsertionOpe
impl Eq for InsertionOpe
impl StructuralPartialEq for InsertionOpe
Auto Trait Implementations§
impl Freeze for InsertionOpe
impl RefUnwindSafe for InsertionOpe
impl Send for InsertionOpe
impl Sync for InsertionOpe
impl Unpin for InsertionOpe
impl UnwindSafe for InsertionOpe
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