pub struct Transitive { /* private fields */ }Expand description
Transitive reachability.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Transitive
impl RefUnwindSafe for Transitive
impl Send for Transitive
impl Sync for Transitive
impl Unpin for Transitive
impl UnsafeUnpin for Transitive
impl UnwindSafe for Transitive
Blanket Implementations§
impl<T> Arguments for T
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