pub enum FsContent<'a> {
None,
Full(&'a [u8]),
Delta(&'a [u8]),
}Variants§
None
Full(&'a [u8])
Delta(&'a [u8])
LEB128 instruction stream against the last content this client acked for this path: 0x01 COPY [offset][len], 0x02 INSERT [len][bytes].
Trait Implementations§
impl<'a> Eq for FsContent<'a>
impl<'a> StructuralPartialEq for FsContent<'a>
Auto Trait Implementations§
impl<'a> Freeze for FsContent<'a>
impl<'a> RefUnwindSafe for FsContent<'a>
impl<'a> Send for FsContent<'a>
impl<'a> Sync for FsContent<'a>
impl<'a> Unpin for FsContent<'a>
impl<'a> UnsafeUnpin for FsContent<'a>
impl<'a> UnwindSafe for FsContent<'a>
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