Enum everscale_network::proto::dht::ValueResult
source · [−]pub enum ValueResult<'tl> {
ValueFound(BoxedWrapper<Value<'tl>>),
ValueNotFound(NodesOwned),
}Variants
ValueFound(BoxedWrapper<Value<'tl>>)
ValueNotFound(NodesOwned)
Trait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more