Struct regex_set_map::RegexSetMap
source · pub struct RegexSetMap<V: Clone> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<V: Clone + Clone> Clone for RegexSetMap<V>
impl<V: Clone + Clone> Clone for RegexSetMap<V>
source§fn clone(&self) -> RegexSetMap<V>
fn clone(&self) -> RegexSetMap<V>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'de, V> Deserialize<'de> for RegexSetMap<V>where
V: Deserialize<'de> + Clone,
impl<'de, V> Deserialize<'de> for RegexSetMap<V>where
V: Deserialize<'de> + Clone,
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<V: Clone> From<RegexSetMap<V>> for RegexSetMapBuilder<V>
impl<V: Clone> From<RegexSetMap<V>> for RegexSetMapBuilder<V>
source§fn from(map: RegexSetMap<V>) -> Self
fn from(map: RegexSetMap<V>) -> Self
Converts to this type from the input type.
source§impl<V> Serialize for RegexSetMap<V>
impl<V> Serialize for RegexSetMap<V>
source§impl<V: Clone> TryFrom<RegexSetMapBuilder<V>> for RegexSetMap<V>
impl<V: Clone> TryFrom<RegexSetMapBuilder<V>> for RegexSetMap<V>
source§impl UserData for RegexSetMap<CacheValue>
impl UserData for RegexSetMap<CacheValue>
source§fn add_methods<'lua, M: UserDataMethods<'lua, Self>>(methods: &mut M)
fn add_methods<'lua, M: UserDataMethods<'lua, Self>>(methods: &mut M)
Adds custom methods and operators specific to this userdata.
§fn add_fields<'lua, F>(fields: &mut F)where
F: UserDataFields<'lua, Self>,
fn add_fields<'lua, F>(fields: &mut F)where
F: UserDataFields<'lua, Self>,
Adds custom fields specific to this userdata.
Auto Trait Implementations§
impl<V> Freeze for RegexSetMap<V>
impl<V> RefUnwindSafe for RegexSetMap<V>where
V: RefUnwindSafe,
impl<V> Send for RegexSetMap<V>where
V: Send,
impl<V> Sync for RegexSetMap<V>where
V: Sync,
impl<V> Unpin for RegexSetMap<V>where
V: Unpin,
impl<V> UnwindSafe for RegexSetMap<V>where
V: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<'lua, T> IntoLua<'lua> for Twhere
T: UserData + MaybeSend + 'static,
impl<'lua, T> IntoLua<'lua> for Twhere
T: UserData + MaybeSend + 'static,
§impl<'lua, T> IntoLuaMulti<'lua> for Twhere
T: IntoLua<'lua>,
impl<'lua, T> IntoLuaMulti<'lua> for Twhere
T: IntoLua<'lua>,
§fn into_lua_multi(self, lua: &'lua Lua) -> Result<MultiValue<'lua>, Error>
fn into_lua_multi(self, lua: &'lua Lua) -> Result<MultiValue<'lua>, Error>
Performs the conversion.