pub struct ScopeMeta { /* private fields */ }Expand description
Inspectable metadata for a graph scope.
Implementations§
Trait Implementations§
impl Eq for ScopeMeta
impl StructuralPartialEq for ScopeMeta
Auto Trait Implementations§
impl Freeze for ScopeMeta
impl RefUnwindSafe for ScopeMeta
impl Send for ScopeMeta
impl Sync for ScopeMeta
impl Unpin for ScopeMeta
impl UnsafeUnpin for ScopeMeta
impl UnwindSafe for ScopeMeta
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