Struct loro_internal::delta::ResolvedMapValue
source · pub struct ResolvedMapValue {
pub value: Option<ValueOrHandler>,
pub idlp: IdLp,
}Fields§
§value: Option<ValueOrHandler>§idlp: IdLpTrait Implementations§
source§impl Clone for ResolvedMapValue
impl Clone for ResolvedMapValue
source§fn clone(&self) -> ResolvedMapValue
fn clone(&self) -> ResolvedMapValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ResolvedMapValue
impl RefUnwindSafe for ResolvedMapValue
impl Send for ResolvedMapValue
impl Sync for ResolvedMapValue
impl Unpin for ResolvedMapValue
impl UnwindSafe for ResolvedMapValue
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