pub struct Setter { /* private fields */ }Expand description
This type represents an Action which sets data to the destination JSON Value.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Setter
impl<'de> Deserialize<'de> for Setter
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
Auto Trait Implementations§
impl Freeze for Setter
impl !RefUnwindSafe for Setter
impl Send for Setter
impl Sync for Setter
impl Unpin for Setter
impl UnsafeUnpin for Setter
impl !UnwindSafe for Setter
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