pub enum ValueResult<'tl> {
ValueFound(BoxedWrapper<Value<'tl>>),
ValueNotFound(NodesOwned),
}Variants§
ValueFound(BoxedWrapper<Value<'tl>>)
ValueNotFound(NodesOwned)
Implementations§
Source§impl<'tl> ValueResult<'tl>
impl<'tl> ValueResult<'tl>
pub const TL_ID_VALUE_FOUND: u32 = 3_826_055_028u32
pub const TL_ID_VALUE_NOT_FOUND: u32 = 2_724_332_904u32
Trait Implementations§
Auto Trait Implementations§
impl<'tl> Freeze for ValueResult<'tl>
impl<'tl> RefUnwindSafe for ValueResult<'tl>
impl<'tl> Send for ValueResult<'tl>
impl<'tl> Sync for ValueResult<'tl>
impl<'tl> Unpin for ValueResult<'tl>
impl<'tl> UnwindSafe for ValueResult<'tl>
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