pub struct OnStringTranslated;Expand description
Called when a translation request generated through LuaPlayer::request_translation or LuaPlayer::request_translations has been completed.
Implementations§
Trait Implementations§
Source§impl Clone for OnStringTranslated
impl Clone for OnStringTranslated
Source§fn clone(&self) -> OnStringTranslated
fn clone(&self) -> OnStringTranslated
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 moreimpl Copy for OnStringTranslated
Source§impl Debug for OnStringTranslated
impl Debug for OnStringTranslated
impl Eq for OnStringTranslated
Source§impl PartialEq for OnStringTranslated
impl PartialEq for OnStringTranslated
impl StructuralPartialEq for OnStringTranslated
Auto Trait Implementations§
impl Freeze for OnStringTranslated
impl RefUnwindSafe for OnStringTranslated
impl Send for OnStringTranslated
impl Sync for OnStringTranslated
impl Unpin for OnStringTranslated
impl UnsafeUnpin for OnStringTranslated
impl UnwindSafe for OnStringTranslated
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