pub struct RootInfo {
pub root_id: String,
pub root_title: String,
pub status: ResolveStatus,
}Expand description
The resolved root ancestor of a clip.
Fields§
§root_id: StringThe root (or boundary) ancestor id.
root_title: StringThe root clip’s title, if it is present in the index (else empty).
status: ResolveStatusHow resolution terminated.
Trait Implementations§
impl Eq for RootInfo
impl StructuralPartialEq for RootInfo
Auto Trait Implementations§
impl Freeze for RootInfo
impl RefUnwindSafe for RootInfo
impl Send for RootInfo
impl Sync for RootInfo
impl Unpin for RootInfo
impl UnsafeUnpin 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