pub struct MultiGraphOptions(/* private fields */);Trait Implementations§
Source§impl Default for MultiGraphOptions
impl Default for MultiGraphOptions
Source§fn default() -> MultiGraphOptions
fn default() -> MultiGraphOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MultiGraphOptions
impl RefUnwindSafe for MultiGraphOptions
impl Send for MultiGraphOptions
impl Sync for MultiGraphOptions
impl Unpin for MultiGraphOptions
impl UnwindSafe for MultiGraphOptions
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