pub struct ComponentGraphConfig { /* private fields */ }Expand description
Configuration options for the ComponentGraph.
Implementations§
Source§impl ComponentGraphConfig
impl ComponentGraphConfig
Sourcepub fn builder() -> ComponentGraphConfigBuilder
pub fn builder() -> ComponentGraphConfigBuilder
Returns a ComponentGraphConfigBuilder initialised with all
options set to their default values.
Trait Implementations§
Source§impl Clone for ComponentGraphConfig
impl Clone for ComponentGraphConfig
Source§fn clone(&self) -> ComponentGraphConfig
fn clone(&self) -> ComponentGraphConfig
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 ComponentGraphConfig
impl Debug for ComponentGraphConfig
Auto Trait Implementations§
impl Freeze for ComponentGraphConfig
impl RefUnwindSafe for ComponentGraphConfig
impl Send for ComponentGraphConfig
impl Sync for ComponentGraphConfig
impl Unpin for ComponentGraphConfig
impl UnsafeUnpin for ComponentGraphConfig
impl UnwindSafe for ComponentGraphConfig
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