pub struct TagExtend {
pub tag: String,
pub value: Expr,
}Expand description
Extends a series with a new tag
Fields§
§tag: StringThe name of the new tag to add
value: ExprThe value of the new tag
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TagExtend
impl<'de> Deserialize<'de> for TagExtend
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
impl StructuralPartialEq for TagExtend
Auto Trait Implementations§
impl Freeze for TagExtend
impl RefUnwindSafe for TagExtend
impl Send for TagExtend
impl Sync for TagExtend
impl Unpin for TagExtend
impl UnsafeUnpin for TagExtend
impl UnwindSafe for TagExtend
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