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