pub struct ComposerListing {
pub head: ComposerHead,
pub has_bubbles: bool,
}Expand description
One composer entry as returned by CursorIO::list_composers.
Fields§
§head: ComposerHead§has_bubbles: boolWhether cursorDiskKV.bubbleId:<id>:* has at least one row.
Drafts the user opened but didn’t interact with are false.
Trait Implementations§
Source§impl Clone for ComposerListing
impl Clone for ComposerListing
Source§fn clone(&self) -> ComposerListing
fn clone(&self) -> ComposerListing
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 moreAuto Trait Implementations§
impl Freeze for ComposerListing
impl RefUnwindSafe for ComposerListing
impl Send for ComposerListing
impl Sync for ComposerListing
impl Unpin for ComposerListing
impl UnsafeUnpin for ComposerListing
impl UnwindSafe for ComposerListing
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