pub struct PairedWithEdgeKindSlot;Trait Implementations§
Auto Trait Implementations§
impl Freeze for PairedWithEdgeKindSlot
impl RefUnwindSafe for PairedWithEdgeKindSlot
impl Send for PairedWithEdgeKindSlot
impl Sync for PairedWithEdgeKindSlot
impl Unpin for PairedWithEdgeKindSlot
impl UnsafeUnpin for PairedWithEdgeKindSlot
impl UnwindSafe for PairedWithEdgeKindSlot
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