pub struct AppDataRef<T: 'static> { /* private fields */ }Expand description
An immutable borrow of an application-data value of type T. Mirrors
mlua::AppDataRef.
Trait Implementations§
Source§impl<T: Debug + 'static> Debug for AppDataRef<T>
impl<T: Debug + 'static> Debug for AppDataRef<T>
Source§impl<T: 'static> Deref for AppDataRef<T>
impl<T: 'static> Deref for AppDataRef<T>
Source§impl<T: Display + 'static> Display for AppDataRef<T>
impl<T: Display + 'static> Display for AppDataRef<T>
Source§impl<T: 'static> Drop for AppDataRef<T>
impl<T: 'static> Drop for AppDataRef<T>
Source§impl<T: PartialEq + 'static> PartialEq<T> for AppDataRef<T>
impl<T: PartialEq + 'static> PartialEq<T> for AppDataRef<T>
Auto Trait Implementations§
impl<T> !RefUnwindSafe for AppDataRef<T>
impl<T> !Send for AppDataRef<T>
impl<T> !Sync for AppDataRef<T>
impl<T> !UnwindSafe for AppDataRef<T>
impl<T> Freeze for AppDataRef<T>
impl<T> Unpin for AppDataRef<T>where
T: Unpin,
impl<T> UnsafeUnpin for AppDataRef<T>
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