Struct tlua::AnyLuaString
source · [−]Tuple Fields
0: Vec<u8>Implementations
Trait Implementations
sourceimpl Clone for AnyLuaString
impl Clone for AnyLuaString
sourcefn clone(&self) -> AnyLuaString
fn clone(&self) -> AnyLuaString
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AnyLuaString
impl Debug for AnyLuaString
sourceimpl Hash for AnyLuaString
impl Hash for AnyLuaString
sourceimpl<L> LuaRead<L> for AnyLuaString where
L: AsLua,
impl<L> LuaRead<L> for AnyLuaString where
L: AsLua,
sourcefn lua_read_at_position(lua: L, index: NonZeroI32) -> Result<Self, L>
fn lua_read_at_position(lua: L, index: NonZeroI32) -> Result<Self, L>
Reads the data from Lua at a given position.
fn n_values_expected() -> i32
fn lua_read_at_maybe_zero_position(lua: L, index: i32) -> Result<Self, L>
sourceimpl Ord for AnyLuaString
impl Ord for AnyLuaString
sourceimpl PartialEq<AnyLuaString> for AnyLuaString
impl PartialEq<AnyLuaString> for AnyLuaString
sourcefn eq(&self, other: &AnyLuaString) -> bool
fn eq(&self, other: &AnyLuaString) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AnyLuaString) -> bool
fn ne(&self, other: &AnyLuaString) -> bool
This method tests for !=.
sourceimpl PartialOrd<AnyLuaString> for AnyLuaString
impl PartialOrd<AnyLuaString> for AnyLuaString
sourcefn partial_cmp(&self, other: &AnyLuaString) -> Option<Ordering>
fn partial_cmp(&self, other: &AnyLuaString) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
sourceimpl<L> Push<L> for AnyLuaString where
L: AsLua,
impl<L> Push<L> for AnyLuaString where
L: AsLua,
sourceimpl<L> PushInto<L> for AnyLuaString where
L: AsLua,
impl<L> PushInto<L> for AnyLuaString where
L: AsLua,
impl Eq for AnyLuaString
impl<L> PushOne<L> for AnyLuaString where
L: AsLua,
impl<L> PushOneInto<L> for AnyLuaString where
L: AsLua,
impl StructuralEq for AnyLuaString
impl StructuralPartialEq for AnyLuaString
Auto Trait Implementations
impl RefUnwindSafe for AnyLuaString
impl Send for AnyLuaString
impl Sync for AnyLuaString
impl Unpin for AnyLuaString
impl UnwindSafe for AnyLuaString
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more