pub struct TranslateParams {
pub variable: VariableMeta<(), ()>,
pub value: VariableValue,
}
Fields§
§variable: VariableMeta<(), ()>
§value: VariableValue
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TranslateParams
impl<'de> Deserialize<'de> for TranslateParams
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 FromBytesOwned for TranslateParamswhere
Json<Self>: FromBytesOwned,
impl FromBytesOwned for TranslateParamswhere
Json<Self>: FromBytesOwned,
Source§impl Serialize for TranslateParams
impl Serialize for TranslateParams
Source§impl<'__to_bytes_a> ToBytes<'__to_bytes_a> for TranslateParams
impl<'__to_bytes_a> ToBytes<'__to_bytes_a> for TranslateParams
Auto Trait Implementations§
impl Freeze for TranslateParams
impl RefUnwindSafe for TranslateParams
impl Send for TranslateParams
impl Sync for TranslateParams
impl Unpin for TranslateParams
impl UnwindSafe for TranslateParams
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