struct __Seed<'de> {
field: __Field,
marker: PhantomData<LookupTableAccountType>,
lifetime: PhantomData<&'de ()>,
}
Fields§
§field: __Field
§marker: PhantomData<LookupTableAccountType>
§lifetime: PhantomData<&'de ()>
Trait Implementations§
source§impl<'de> DeserializeSeed<'de> for __Seed<'de>
impl<'de> DeserializeSeed<'de> for __Seed<'de>
§type Value = LookupTableAccountType
type Value = LookupTableAccountType
The type produced by using this seed.
source§fn deserialize<__D>(
self,
__deserializer: __D
) -> Result<Self::Value, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( self, __deserializer: __D ) -> Result<Self::Value, __D::Error>where __D: Deserializer<'de>,
Equivalent to the more common
Deserialize::deserialize
method, except
with some initial piece of data (the seed) passed in.Auto Trait Implementations§
impl<'de> RefUnwindSafe for __Seed<'de>
impl<'de> Send for __Seed<'de>
impl<'de> Sync for __Seed<'de>
impl<'de> Unpin for __Seed<'de>
impl<'de> UnwindSafe for __Seed<'de>
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