Lines Matching refs:into
17 /// A type that can be converted into a [`Value`](struct.Value.html).
296 inner: value.into(),
576 #[doc = "Try convert this value into a `u64`."]
578 #[doc = "Try convert this value into a `i64`."]
580 #[doc = "Try convert this value into a `u128`."]
582 #[doc = "Try convert this value into a `i128`."]
584 #[doc = "Try convert this value into a `f64`."]
586 #[doc = "Try convert this value into a `char`."]
588 #[doc = "Try convert this value into a `bool`."]
593 /// Try convert this value into an error.
599 /// Try convert this value into a borrowed string.
633 /// Try convert this value into a string.
658 self.visit_any(value.into())
663 self.visit_any(value.into())
668 self.visit_any((&value).into())
673 self.visit_any((&value).into())
678 self.visit_any(value.into())
683 self.visit_any(value.into())
688 self.visit_any(value.into())
892 Token::Str("a loong string".into())