pub struct ReplicatedTextSelectionError { /* private fields */ }Expand description
Complete fail-closed selection diagnostic.
Implementations§
Trait Implementations§
Source§impl Clone for ReplicatedTextSelectionError
impl Clone for ReplicatedTextSelectionError
Source§fn clone(&self) -> ReplicatedTextSelectionError
fn clone(&self) -> ReplicatedTextSelectionError
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 ReplicatedTextSelectionError
impl Debug for ReplicatedTextSelectionError
impl Eq for ReplicatedTextSelectionError
Source§impl Error for ReplicatedTextSelectionError
impl Error for ReplicatedTextSelectionError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl From<ReplicatedTextSelectionError> for CompositeSelectionError
impl From<ReplicatedTextSelectionError> for CompositeSelectionError
Source§fn from(source: ReplicatedTextSelectionError) -> Self
fn from(source: ReplicatedTextSelectionError) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for ReplicatedTextSelectionError
Auto Trait Implementations§
impl Freeze for ReplicatedTextSelectionError
impl RefUnwindSafe for ReplicatedTextSelectionError
impl Send for ReplicatedTextSelectionError
impl Sync for ReplicatedTextSelectionError
impl Unpin for ReplicatedTextSelectionError
impl UnsafeUnpin for ReplicatedTextSelectionError
impl UnwindSafe for ReplicatedTextSelectionError
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