pub struct ListChunkItem {
pub id: String,
pub value: String,
}
Expand description
List Chunk Item
Fields§
§id: String
§value: String
Trait Implementations§
Source§impl Clone for ListChunkItem
impl Clone for ListChunkItem
Source§fn clone(&self) -> ListChunkItem
fn clone(&self) -> ListChunkItem
Returns a copy of the value. Read more
1.0.0 · 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 ListChunkItem
impl Debug for ListChunkItem
Source§impl PartialEq for ListChunkItem
impl PartialEq for ListChunkItem
impl StructuralPartialEq for ListChunkItem
Auto Trait Implementations§
impl Freeze for ListChunkItem
impl RefUnwindSafe for ListChunkItem
impl Send for ListChunkItem
impl Sync for ListChunkItem
impl Unpin for ListChunkItem
impl UnwindSafe for ListChunkItem
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