pub struct ImeSetCompositionResult {}Trait Implementations§
Source§impl Clone for ImeSetCompositionResult
impl Clone for ImeSetCompositionResult
Source§fn clone(&self) -> ImeSetCompositionResult
fn clone(&self) -> ImeSetCompositionResult
Returns a duplicate of the value. Read more
1.0.0 · 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 ImeSetCompositionResult
impl Debug for ImeSetCompositionResult
Source§impl Default for ImeSetCompositionResult
impl Default for ImeSetCompositionResult
Source§fn default() -> ImeSetCompositionResult
fn default() -> ImeSetCompositionResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ImeSetCompositionResult
impl<'de> Deserialize<'de> for ImeSetCompositionResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ImeSetCompositionResult
impl PartialEq for ImeSetCompositionResult
Source§impl Serialize for ImeSetCompositionResult
impl Serialize for ImeSetCompositionResult
Source§impl TryFrom<Value> for ImeSetCompositionResult
impl TryFrom<Value> for ImeSetCompositionResult
impl StructuralPartialEq for ImeSetCompositionResult
Auto Trait Implementations§
impl Freeze for ImeSetCompositionResult
impl RefUnwindSafe for ImeSetCompositionResult
impl Send for ImeSetCompositionResult
impl Sync for ImeSetCompositionResult
impl Unpin for ImeSetCompositionResult
impl UnsafeUnpin for ImeSetCompositionResult
impl UnwindSafe for ImeSetCompositionResult
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