pub struct BincodeLoadStore<ParamType: Serialize + DeserializeOwned> {
phantom: PhantomData<ParamType>,
}
Fields§
§phantom: PhantomData<ParamType>
Trait Implementations§
Source§impl<ParamType: Debug + Serialize + DeserializeOwned> Debug for BincodeLoadStore<ParamType>
impl<ParamType: Debug + Serialize + DeserializeOwned> Debug for BincodeLoadStore<ParamType>
Source§impl<ParamType: Serialize + DeserializeOwned> Default for BincodeLoadStore<ParamType>
impl<ParamType: Serialize + DeserializeOwned> Default for BincodeLoadStore<ParamType>
Auto Trait Implementations§
impl<ParamType> Freeze for BincodeLoadStore<ParamType>
impl<ParamType> RefUnwindSafe for BincodeLoadStore<ParamType>where
ParamType: RefUnwindSafe,
impl<ParamType> Send for BincodeLoadStore<ParamType>where
ParamType: Send,
impl<ParamType> Sync for BincodeLoadStore<ParamType>where
ParamType: Sync,
impl<ParamType> Unpin for BincodeLoadStore<ParamType>where
ParamType: Unpin,
impl<ParamType> UnwindSafe for BincodeLoadStore<ParamType>where
ParamType: 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