pub struct Interpolate {
pub exprs: Option<Vec<InterpolateExpr>>,
}
Fields§
§exprs: Option<Vec<InterpolateExpr>>
Trait Implementations§
Source§impl Clone for Interpolate
impl Clone for Interpolate
Source§fn clone(&self) -> Interpolate
fn clone(&self) -> Interpolate
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Interpolate
impl Debug for Interpolate
Source§impl<'de> Deserialize<'de> for Interpolate
impl<'de> Deserialize<'de> for Interpolate
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for Interpolate
impl Hash for Interpolate
Source§impl Ord for Interpolate
impl Ord for Interpolate
Source§fn cmp(&self, other: &Interpolate) -> Ordering
fn cmp(&self, other: &Interpolate) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Interpolate
impl PartialEq for Interpolate
Source§impl PartialOrd for Interpolate
impl PartialOrd for Interpolate
Source§impl Serialize for Interpolate
impl Serialize for Interpolate
Source§impl Spanned for Interpolate
impl Spanned for Interpolate
Source§impl Visit for Interpolate
impl Visit for Interpolate
Source§impl VisitMut for Interpolate
impl VisitMut for Interpolate
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
impl Eq for Interpolate
impl StructuralPartialEq for Interpolate
Auto Trait Implementations§
impl Freeze for Interpolate
impl RefUnwindSafe for Interpolate
impl Send for Interpolate
impl Sync for Interpolate
impl Unpin for Interpolate
impl UnwindSafe for Interpolate
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