pub struct Script<I: Clone>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl<'de, I: Clone + Deserialize<'de> + Debug> Deserialize<'de> for Script<I>
impl<'de, I: Clone + Deserialize<'de> + Debug> Deserialize<'de> for Script<I>
Source§fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Script<I>, D::Error>
fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Script<I>, D::Error>
Deserialize this value from the given Serde deserializer. Read more
impl<I: Clone> StructuralPartialEq for Script<I>
Auto Trait Implementations§
impl<I> Freeze for Script<I>
impl<I> RefUnwindSafe for Script<I>where
I: RefUnwindSafe,
impl<I> Send for Script<I>where
I: Send,
impl<I> Sync for Script<I>where
I: Sync,
impl<I> Unpin for Script<I>where
I: Unpin,
impl<I> UnwindSafe for Script<I>where
I: UnwindSafe,
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