pub struct RefGraph<T: Send + Sync> { /* private fields */ }Expand description
Internal storage for a group of related references.
All GraphRefs created from the same RefGraph share the underlying data.
Implementations§
Auto Trait Implementations§
impl<T> !Freeze for RefGraph<T>
impl<T> !RefUnwindSafe for RefGraph<T>
impl<T> Send for RefGraph<T>
impl<T> Sync for RefGraph<T>
impl<T> Unpin for RefGraph<T>where
T: Unpin,
impl<T> UnsafeUnpin for RefGraph<T>
impl<T> !UnwindSafe for RefGraph<T>
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