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