pub struct Index {
pub collection: String,
pub key: String,
pub value: String,
}Fieldsยง
ยงcollection: Stringยงkey: Stringยงvalue: StringTrait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for Index
impl RefUnwindSafe for Index
impl Send for Index
impl Sync for Index
impl Unpin for Index
impl UnwindSafe for Index
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