pub struct Reach {
pub what: Arc<str>,
pub tier: Tier,
pub blocked: Option<&'static str>,
}Expand description
One step of beck explain flow <T>: where a type is reachable, and whether that is allowed.
Fields§
§what: Arc<str>§tier: Tier§blocked: Option<&'static str>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Reach
impl RefUnwindSafe for Reach
impl Send for Reach
impl Sync for Reach
impl Unpin for Reach
impl UnwindSafe for Reach
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