pub struct StringTableEntryUpdate { /* private fields */ }Expand description
A mutable string table entry update passed to demo rewriters.
Implementations§
Source§impl StringTableEntryUpdate
impl StringTableEntryUpdate
Trait Implementations§
Source§impl Clone for StringTableEntryUpdate
impl Clone for StringTableEntryUpdate
Source§fn clone(&self) -> StringTableEntryUpdate
fn clone(&self) -> StringTableEntryUpdate
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 StringTableEntryUpdate
impl RefUnwindSafe for StringTableEntryUpdate
impl Send for StringTableEntryUpdate
impl Sync for StringTableEntryUpdate
impl Unpin for StringTableEntryUpdate
impl UnsafeUnpin for StringTableEntryUpdate
impl UnwindSafe for StringTableEntryUpdate
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