pub struct GraphConfiguration { /* private fields */ }
Implementations§
Source§impl GraphConfiguration
impl GraphConfiguration
pub fn new(node: NodeConfiguration) -> Self
pub fn node_configuration(&self) -> &NodeConfiguration
Trait Implementations§
Source§impl Clone for GraphConfiguration
impl Clone for GraphConfiguration
Source§fn clone(&self) -> GraphConfiguration
fn clone(&self) -> GraphConfiguration
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 moreAuto Trait Implementations§
impl Freeze for GraphConfiguration
impl RefUnwindSafe for GraphConfiguration
impl Send for GraphConfiguration
impl Sync for GraphConfiguration
impl Unpin for GraphConfiguration
impl UnwindSafe for GraphConfiguration
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