pub struct EmptyEnvironment;Trait Implementations§
Source§impl<'de> DeserializationEnvironment<'de> for EmptyEnvironment
impl<'de> DeserializationEnvironment<'de> for EmptyEnvironment
Source§fn deserialize<D>(
&self,
name: String,
_deserializer: D,
) -> Result<Value, String>where
D: Deserializer<'de>,
fn deserialize<D>(
&self,
name: String,
_deserializer: D,
) -> Result<Value, String>where
D: Deserializer<'de>,
Deserialize a value of an external type
name.Source§impl SymbolTableEnvironment for EmptyEnvironment
impl SymbolTableEnvironment for EmptyEnvironment
fn get_static_name(&self, name: &str) -> &'static str
fn get_static_fields<'a>( &self, fields: impl IntoIterator<Item = &'a str>, ) -> &'static [&'static str]
Auto Trait Implementations§
impl Freeze for EmptyEnvironment
impl RefUnwindSafe for EmptyEnvironment
impl Send for EmptyEnvironment
impl Sync for EmptyEnvironment
impl Unpin for EmptyEnvironment
impl UnwindSafe for EmptyEnvironment
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