pub struct ReactiveIndexOptions {
pub name: Option<String>,
pub graph: Option<Graph>,
}Expand description
ReactiveIndexOptions data container.
Fields§
§name: Option<String>name field for name.
graph: Option<Graph>graph field for graph.
Implementations§
Trait Implementations§
Source§impl Clone for ReactiveIndexOptions
impl Clone for ReactiveIndexOptions
Source§fn clone(&self) -> ReactiveIndexOptions
fn clone(&self) -> ReactiveIndexOptions
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 ReactiveIndexOptions
impl Debug for ReactiveIndexOptions
Source§impl Default for ReactiveIndexOptions
impl Default for ReactiveIndexOptions
Source§fn default() -> ReactiveIndexOptions
fn default() -> ReactiveIndexOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReactiveIndexOptions
impl !RefUnwindSafe for ReactiveIndexOptions
impl !Send for ReactiveIndexOptions
impl !Sync for ReactiveIndexOptions
impl Unpin for ReactiveIndexOptions
impl UnsafeUnpin for ReactiveIndexOptions
impl !UnwindSafe for ReactiveIndexOptions
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