pub struct RawExtFnValue { /* private fields */ }Trait Implementations§
Source§impl Clone for RawExtFnValue
impl Clone for RawExtFnValue
Source§fn clone(&self) -> RawExtFnValue
fn clone(&self) -> RawExtFnValue
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 RawExtFnValue
Source§impl Debug for RawExtFnValue
impl Debug for RawExtFnValue
Source§impl Default for RawExtFnValue
impl Default for RawExtFnValue
Source§impl From<i16> for RawExtFnValue
impl From<i16> for RawExtFnValue
Source§impl From<i32> for RawExtFnValue
impl From<i32> for RawExtFnValue
Source§impl From<i64> for RawExtFnValue
impl From<i64> for RawExtFnValue
Source§impl From<u8> for RawExtFnValue
impl From<u8> for RawExtFnValue
Source§impl From<u16> for RawExtFnValue
impl From<u16> for RawExtFnValue
Source§impl From<u32> for RawExtFnValue
impl From<u32> for RawExtFnValue
Source§impl From<u64> for RawExtFnValue
impl From<u64> for RawExtFnValue
Source§impl Into<RawExtFnValue> for &str
impl Into<RawExtFnValue> for &str
Source§fn into(self) -> RawExtFnValue
fn into(self) -> RawExtFnValue
Converts this type into the (usually inferred) input type.
Source§impl Into<RawExtFnValue> for String
impl Into<RawExtFnValue> for String
Source§fn into(self) -> RawExtFnValue
fn into(self) -> RawExtFnValue
Converts this type into the (usually inferred) input type.
Source§impl<'a> TryFrom<RawExtFnValue> for &'a str
impl<'a> TryFrom<RawExtFnValue> for &'a str
Auto Trait Implementations§
impl !Send for RawExtFnValue
impl !Sync for RawExtFnValue
impl Freeze for RawExtFnValue
impl RefUnwindSafe for RawExtFnValue
impl Unpin for RawExtFnValue
impl UnsafeUnpin for RawExtFnValue
impl UnwindSafe for RawExtFnValue
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