pub struct SentDocument { /* private fields */ }Implementations§
Source§impl SentDocument
impl SentDocument
pub fn encode_event( &mut self, event: Event<Arc<DiffSnapshot>>, ) -> Event<DocumentUpdate>
pub fn encode(&mut self, snapshot: &DiffSnapshot) -> DocumentUpdate
Trait Implementations§
Source§impl Debug for SentDocument
impl Debug for SentDocument
Source§impl Default for SentDocument
impl Default for SentDocument
Source§fn default() -> SentDocument
fn default() -> SentDocument
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SentDocument
impl RefUnwindSafe for SentDocument
impl Send for SentDocument
impl Sync for SentDocument
impl Unpin for SentDocument
impl UnsafeUnpin for SentDocument
impl UnwindSafe for SentDocument
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