Enum xim_parser::Request [−][src]
Variants
Fields of AuthNext
Fields of AuthNg
Fields of AuthReply
Fields of AuthRequired
Fields of AuthSetup
Fields of Close
input_method_id: u16Fields of CloseReply
input_method_id: u16Fields of Commit
Fields of Connect
Fields of Disconnect
Fields of DisconnectReply
Fields of Error
Fields of ForwardEvent
Fields of Open
locale: StringFields of PreeditCaret
Fields of PreeditDraw
Fields of PreeditState
Fields of RegisterTriggerKeys
Fields of SetEventMask
Fields of SetImValuesReply
input_method_id: u16Fields of StatusDraw
Fields of StrConversion
Fields of StrConversionReply
Fields of TriggerNotify
Implementations
impl Request[src]
Trait Implementations
impl Clone for Request[src]
impl Debug for Request[src]
impl Eq for Request[src]
impl PartialEq<Request> for Request[src]
impl StructuralEq for Request[src]
impl StructuralPartialEq for Request[src]
impl XimRead for Request[src]
impl XimWrite for Request[src]
Auto Trait Implementations
impl RefUnwindSafe for Request
impl Send for Request
impl Sync for Request
impl Unpin for Request
impl UnwindSafe for Request
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,