pub struct PersistedTextState {
pub version: u32,
pub payload: String,
}Fields§
§version: u32§payload: StringTrait Implementations§
Source§impl Clone for PersistedTextState
impl Clone for PersistedTextState
Source§fn clone(&self) -> PersistedTextState
fn clone(&self) -> PersistedTextState
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 moreSource§impl Debug for PersistedTextState
impl Debug for PersistedTextState
impl Eq for PersistedTextState
Source§impl PartialEq for PersistedTextState
impl PartialEq for PersistedTextState
impl StructuralPartialEq for PersistedTextState
Auto Trait Implementations§
impl Freeze for PersistedTextState
impl RefUnwindSafe for PersistedTextState
impl Send for PersistedTextState
impl Sync for PersistedTextState
impl Unpin for PersistedTextState
impl UnsafeUnpin for PersistedTextState
impl UnwindSafe for PersistedTextState
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