pub struct LiveRoot {
pub project_root: PathBuf,
pub bound: u64,
pub pending: u64,
}Expand description
Counts of routes for one canonical project root.
Fields§
§project_root: PathBuf§bound: u64§pending: u64Trait Implementations§
Source§impl<'de> Deserialize<'de> for LiveRoot
impl<'de> Deserialize<'de> for LiveRoot
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for LiveRoot
impl StructuralPartialEq for LiveRoot
Auto Trait Implementations§
impl Freeze for LiveRoot
impl RefUnwindSafe for LiveRoot
impl Send for LiveRoot
impl Sync for LiveRoot
impl Unpin for LiveRoot
impl UnsafeUnpin for LiveRoot
impl UnwindSafe for LiveRoot
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