pub struct XCompose;
Implementations§
Auto Trait Implementations§
impl Freeze for XCompose
impl RefUnwindSafe for XCompose
impl Send for XCompose
impl Sync for XCompose
impl Unpin for XCompose
impl UnwindSafe for XCompose
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