Struct loro_internal::oplog::AppDagNode
source · pub struct AppDagNode { /* private fields */ }Trait Implementations§
source§impl Clone for AppDagNode
impl Clone for AppDagNode
source§fn clone(&self) -> AppDagNode
fn clone(&self) -> AppDagNode
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 moresource§impl Debug for AppDagNode
impl Debug for AppDagNode
source§impl HasIndex for AppDagNode
impl HasIndex for AppDagNode
source§impl HasLamport for AppDagNode
impl HasLamport for AppDagNode
source§impl HasLength for AppDagNode
impl HasLength for AppDagNode
source§fn atom_len(&self) -> usize
fn atom_len(&self) -> usize
It is the length of the atom element underneath, i.e. the length when no Mergable::merge ever happen. Read more
source§fn content_len(&self) -> usize
fn content_len(&self) -> usize
It is the length of the content, i.e. the length when no Mergable::merge ever happen. Read more
source§impl Mergable for AppDagNode
impl Mergable for AppDagNode
Auto Trait Implementations§
impl RefUnwindSafe for AppDagNode
impl Send for AppDagNode
impl Sync for AppDagNode
impl Unpin for AppDagNode
impl UnwindSafe for AppDagNode
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
source§impl<T> HasCounterSpan for Twhere
T: HasCounter + HasLength,
impl<T> HasCounterSpan for Twhere T: HasCounter + HasLength,
source§impl<T> HasIdSpan for Twhere
T: HasId + HasLength,
impl<T> HasIdSpan for Twhere T: HasId + HasLength,
source§impl<T> HasLamportSpan for Twhere
T: HasLamport + HasLength,
impl<T> HasLamportSpan for Twhere T: HasLamport + HasLength,
source§fn lamport_end(&self) -> u32
fn lamport_end(&self) -> u32
end is the exclusive end, last the inclusive end.
source§fn lamport_last(&self) -> u32
fn lamport_last(&self) -> u32
end is the exclusive end, last the inclusive end.