Struct mlua::DebugNames
source · [−]Fields
name: Option<&'a [u8]>
name_what: Option<&'a [u8]>
Trait Implementations
sourceimpl<'a> Clone for DebugNames<'a>
impl<'a> Clone for DebugNames<'a>
sourcefn clone(&self) -> DebugNames<'a>
fn clone(&self) -> DebugNames<'a>
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl<'a> RefUnwindSafe for DebugNames<'a>
impl<'a> Send for DebugNames<'a>
impl<'a> Sync for DebugNames<'a>
impl<'a> Unpin for DebugNames<'a>
impl<'a> UnwindSafe for DebugNames<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more