[−][src]Struct sppparse::SparseValueMut
Implementations
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]
S: DeserializeOwned + Serialize + SparsableTrait,
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> Deref for SparseValueMut<'a, S> where
S: DeserializeOwned + Serialize + SparsableTrait, [src]
S: DeserializeOwned + Serialize + SparsableTrait,
impl<'a, S> DerefMut for SparseValueMut<'a, S> where
S: DeserializeOwned + Serialize + SparsableTrait, [src]
S: DeserializeOwned + Serialize + SparsableTrait,
impl<'a, S> Display for SparseValueMut<'a, S> where
S: DeserializeOwned + Serialize + SparsableTrait + Display, [src]
S: DeserializeOwned + Serialize + SparsableTrait + Display,
Auto Trait Implementations
impl<'a, S> !RefUnwindSafe for SparseValueMut<'a, S>[src]
impl<'a, S> !Send for SparseValueMut<'a, S>[src]
impl<'a, S> !Sync for SparseValueMut<'a, S>[src]
impl<'a, S> Unpin for SparseValueMut<'a, S>[src]
impl<'a, S> !UnwindSafe for SparseValueMut<'a, S>[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,