Struct xmpp_parsers::rtt::Erase
source · pub struct Erase {
pub pos: Option<u32>,
pub num: u32,
}
Expand description
Supports the behavior of backspace key presses. Text is removed towards beginning of the message. This element is also used for all delete operations, including the backspace key, the delete key, and text block deletes.
Fields§
§pos: Option<u32>
Position in the message to start erasing from. If None, this means to start from the end of the message.
num: u32
Amount of characters to erase, to the left.
Trait Implementations§
source§impl PartialEq for Erase
impl PartialEq for Erase
source§impl TryFrom<Element> for Erase
impl TryFrom<Element> for Erase
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl StructuralPartialEq for Erase
Auto Trait Implementations§
impl Freeze for Erase
impl RefUnwindSafe for Erase
impl Send for Erase
impl Sync for Erase
impl Unpin for Erase
impl UnwindSafe for Erase
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,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)