Struct loro_internal::arena::StrAllocResult
source · pub struct StrAllocResult {
pub start: usize,
pub end: usize,
pub utf16_len: usize,
}Fields§
§start: usize§end: usize§utf16_len: usizeAuto Trait Implementations§
impl RefUnwindSafe for StrAllocResult
impl Send for StrAllocResult
impl Sync for StrAllocResult
impl Unpin for StrAllocResult
impl UnwindSafe for StrAllocResult
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