Struct fuchsia_inspect_contrib::graph::EdgeGraphMetadata
source · pub struct EdgeGraphMetadata { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EdgeGraphMetadata
impl !RefUnwindSafe for EdgeGraphMetadata
impl Send for EdgeGraphMetadata
impl Sync for EdgeGraphMetadata
impl Unpin for EdgeGraphMetadata
impl !UnwindSafe for EdgeGraphMetadata
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