pub struct SettingSourceEdit { /* private fields */ }Expand description
One checked replacement in the original Workshop source text.
The edit changes only range; Self::apply refuses a source buffer whose
bytes at that range no longer equal expected.
Implementations§
Trait Implementations§
Source§impl Clone for SettingSourceEdit
impl Clone for SettingSourceEdit
Source§fn clone(&self) -> SettingSourceEdit
fn clone(&self) -> SettingSourceEdit
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 SettingSourceEdit
impl Debug for SettingSourceEdit
impl Eq for SettingSourceEdit
Source§impl PartialEq for SettingSourceEdit
impl PartialEq for SettingSourceEdit
impl StructuralPartialEq for SettingSourceEdit
Auto Trait Implementations§
impl Freeze for SettingSourceEdit
impl RefUnwindSafe for SettingSourceEdit
impl Send for SettingSourceEdit
impl Sync for SettingSourceEdit
impl Unpin for SettingSourceEdit
impl UnsafeUnpin for SettingSourceEdit
impl UnwindSafe for SettingSourceEdit
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