pub struct TextEditRejected {
pub entity: Entity,
pub reason: RejectReason,
}Expand description
Emitted when [lumen_text_edit::text_apply_edits] drops a request.
Fields§
§entity: EntityTarget.
reason: RejectReasonWhy.
Trait Implementations§
Source§impl Clone for TextEditRejected
impl Clone for TextEditRejected
Source§fn clone(&self) -> TextEditRejected
fn clone(&self) -> TextEditRejected
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 TextEditRejected
impl Debug for TextEditRejected
impl Message for TextEditRejected
Auto Trait Implementations§
impl Freeze for TextEditRejected
impl RefUnwindSafe for TextEditRejected
impl Send for TextEditRejected
impl Sync for TextEditRejected
impl Unpin for TextEditRejected
impl UnsafeUnpin for TextEditRejected
impl UnwindSafe for TextEditRejected
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
§fn into_result(self) -> Result<T, RunSystemError>
fn into_result(self) -> Result<T, RunSystemError>
Converts this type into the system output type.