Struct sppparse::SparseValueMut [−][src]
pub struct SparseValueMut<'a, S> { /* fields omitted */ }Implementations
impl<'a, S> SparseValueMut<'a, S>[src]
impl<'a, S> SparseValueMut<'a, S>[src]impl<'a, S> SparseValueMut<'a, S>[src]
impl<'a, S> SparseValueMut<'a, S>[src]pub fn version_mut(&mut self) -> &mut Option<u64>[src]
impl<'a, S> SparseValueMut<'a, S> where
S: DeserializeOwned + Serialize + SparsableTrait, [src]
impl<'a, S> SparseValueMut<'a, S> where
S: DeserializeOwned + Serialize + SparsableTrait, [src]pub fn try_deref_raw_pointer<T: 'static + DeserializeOwned + Serialize + SparsableTrait>(
curr: &SparseValueMut<'_, S>,
ptr: String,
state_cell: Rc<RefCell<SparseState>>
) -> Result<SparseSelector<T>, SparseError>[src]
curr: &SparseValueMut<'_, S>,
ptr: String,
state_cell: Rc<RefCell<SparseState>>
) -> Result<SparseSelector<T>, SparseError>
pub fn sparse_save(&self) -> Result<(), SparseError>[src]
Persists the object to the state.
One should call sparse_updt on the root after saving something in the state.
Trait Implementations
impl<'a, S: Debug> Debug for SparseValueMut<'a, S>[src]
impl<'a, S: Debug> Debug for SparseValueMut<'a, S>[src]impl<'a, S> Deref for SparseValueMut<'a, S> where
S: DeserializeOwned + Serialize + SparsableTrait, [src]
impl<'a, S> Deref for SparseValueMut<'a, S> where
S: DeserializeOwned + Serialize + SparsableTrait, [src]impl<'a, S> DerefMut for SparseValueMut<'a, S> where
S: DeserializeOwned + Serialize + SparsableTrait, [src]
impl<'a, S> DerefMut for SparseValueMut<'a, S> where
S: DeserializeOwned + Serialize + SparsableTrait, [src]impl<'a, S> Display for SparseValueMut<'a, S> where
S: DeserializeOwned + Serialize + SparsableTrait + Display, [src]
impl<'a, S> Display for SparseValueMut<'a, S> where
S: DeserializeOwned + Serialize + SparsableTrait + Display, [src]Auto Trait Implementations
impl<'a, S> !RefUnwindSafe for SparseValueMut<'a, S>
impl<'a, S> !RefUnwindSafe for SparseValueMut<'a, S>impl<'a, S> !Send for SparseValueMut<'a, S>
impl<'a, S> !Send for SparseValueMut<'a, S>impl<'a, S> !Sync for SparseValueMut<'a, S>
impl<'a, S> !Sync for SparseValueMut<'a, S>impl<'a, S> Unpin for SparseValueMut<'a, S>
impl<'a, S> Unpin for SparseValueMut<'a, S>impl<'a, S> !UnwindSafe for SparseValueMut<'a, S>
impl<'a, S> !UnwindSafe for SparseValueMut<'a, S>