pub struct ChangeCursor(/* private fields */);Expand description
An opaque continuation cursor for the workspace change feed.
Implementations§
Trait Implementations§
Source§impl Clone for ChangeCursor
impl Clone for ChangeCursor
Source§fn clone(&self) -> ChangeCursor
fn clone(&self) -> ChangeCursor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ChangeCursor
impl Debug for ChangeCursor
Source§impl<'de> Deserialize<'de> for ChangeCursor
impl<'de> Deserialize<'de> for ChangeCursor
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ChangeCursor
impl Display for ChangeCursor
impl Eq for ChangeCursor
Source§impl Hash for ChangeCursor
impl Hash for ChangeCursor
Source§impl PartialEq for ChangeCursor
impl PartialEq for ChangeCursor
Source§impl Serialize for ChangeCursor
impl Serialize for ChangeCursor
impl StructuralPartialEq for ChangeCursor
Auto Trait Implementations§
impl Freeze for ChangeCursor
impl RefUnwindSafe for ChangeCursor
impl Send for ChangeCursor
impl Sync for ChangeCursor
impl Unpin for ChangeCursor
impl UnsafeUnpin for ChangeCursor
impl UnwindSafe for ChangeCursor
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