pub struct InitEntry(pub Value);
Tuple Fields§
§0: Value
Trait Implementations§
Source§impl<'de> Deserialize<'de> for InitEntry
impl<'de> Deserialize<'de> for InitEntry
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 InitEntry
Auto Trait Implementations§
impl Freeze for InitEntry
impl RefUnwindSafe for InitEntry
impl Send for InitEntry
impl Sync for InitEntry
impl Unpin for InitEntry
impl UnwindSafe for InitEntry
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