pub struct CursorContent {
pub value: String,
pub cursor_type: Option<String>,
}Fields§
§value: String§cursor_type: Option<String>Trait Implementations§
Source§impl Debug for CursorContent
impl Debug for CursorContent
Source§impl<'de> Deserialize<'de> for CursorContent
impl<'de> Deserialize<'de> for CursorContent
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
Auto Trait Implementations§
impl Freeze for CursorContent
impl RefUnwindSafe for CursorContent
impl Send for CursorContent
impl Sync for CursorContent
impl Unpin for CursorContent
impl UnwindSafe for CursorContent
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