pub struct StringsView {
pub string: StringHandle,
pub strings_list: StringsListHandle,
}Fields§
§string: StringHandle§strings_list: StringsListHandleTrait Implementations§
Source§impl Clone for StringsView
impl Clone for StringsView
Source§fn clone(&self) -> StringsView
fn clone(&self) -> StringsView
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 StringsView
impl Debug for StringsView
Source§impl PartialEq for StringsView
impl PartialEq for StringsView
impl Copy for StringsView
impl Eq for StringsView
impl StructuralPartialEq for StringsView
Auto Trait Implementations§
impl Freeze for StringsView
impl RefUnwindSafe for StringsView
impl Send for StringsView
impl Sync for StringsView
impl Unpin for StringsView
impl UnwindSafe for StringsView
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