pub struct RootInfo {
pub id: RootId,
pub description: String,
pub estimated_size: usize,
pub is_active: bool,
}Expand description
Information about a registered root
Fields§
§id: RootId§description: String§estimated_size: usize§is_active: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for RootInfo
impl RefUnwindSafe for RootInfo
impl Send for RootInfo
impl Sync for RootInfo
impl Unpin for RootInfo
impl UnwindSafe for RootInfo
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