pub struct StringsListItem {
pub continue: ContinueHandle,
pub string: StringHandle,
}Fields§
§continue: ContinueHandle§string: StringHandleTrait Implementations§
Source§impl Clone for StringsListItem
impl Clone for StringsListItem
Source§fn clone(&self) -> StringsListItem
fn clone(&self) -> StringsListItem
Returns a duplicate 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 StringsListItem
impl Debug for StringsListItem
Source§impl PartialEq for StringsListItem
impl PartialEq for StringsListItem
impl Copy for StringsListItem
impl Eq for StringsListItem
impl StructuralPartialEq for StringsListItem
Auto Trait Implementations§
impl Freeze for StringsListItem
impl RefUnwindSafe for StringsListItem
impl Send for StringsListItem
impl Sync for StringsListItem
impl Unpin for StringsListItem
impl UnwindSafe for StringsListItem
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