pub struct ContextEditStrategy {
pub strategy_type: String,
}Fields§
§strategy_type: StringTrait Implementations§
Source§impl Clone for ContextEditStrategy
impl Clone for ContextEditStrategy
Source§fn clone(&self) -> ContextEditStrategy
fn clone(&self) -> ContextEditStrategy
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 moreAuto Trait Implementations§
impl Freeze for ContextEditStrategy
impl RefUnwindSafe for ContextEditStrategy
impl Send for ContextEditStrategy
impl Sync for ContextEditStrategy
impl Unpin for ContextEditStrategy
impl UnsafeUnpin for ContextEditStrategy
impl UnwindSafe for ContextEditStrategy
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