pub struct ServiceSideInputResolution {
pub text: String,
}Fields§
§text: StringReplacement text inserted at the original input position.
Trait Implementations§
Source§impl Clone for ServiceSideInputResolution
impl Clone for ServiceSideInputResolution
Source§fn clone(&self) -> ServiceSideInputResolution
fn clone(&self) -> ServiceSideInputResolution
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 ServiceSideInputResolution
impl Debug for ServiceSideInputResolution
impl Eq for ServiceSideInputResolution
impl StructuralPartialEq for ServiceSideInputResolution
Auto Trait Implementations§
impl Freeze for ServiceSideInputResolution
impl RefUnwindSafe for ServiceSideInputResolution
impl Send for ServiceSideInputResolution
impl Sync for ServiceSideInputResolution
impl Unpin for ServiceSideInputResolution
impl UnsafeUnpin for ServiceSideInputResolution
impl UnwindSafe for ServiceSideInputResolution
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