[−][src]Struct sm_ext::HandleId
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HandleId
impl Send for HandleId
impl Sync for HandleId
impl Unpin for HandleId
impl UnwindSafe for HandleId
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<'a, T> NativeResult for T where
T: TryIntoPlugin<'a, cell_t>, [src]
T: TryIntoPlugin<'a, cell_t>,
type Ok = T
type Err = DummyNativeError
fn into_result(
Self
) -> Result<<T as NativeResult>::Ok, <T as NativeResult>::Err>[src]
Self
) -> Result<<T as NativeResult>::Ok, <T as NativeResult>::Err>
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<'_, T, U> TryFromPlugin<'_, T> for U where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
fn try_from_plugin(
&IPluginContext,
T
) -> Result<U, <U as TryFromPlugin<'_, T>>::Error>[src]
&IPluginContext,
T
) -> Result<U, <U as TryFromPlugin<'_, T>>::Error>
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<'a, T, U> TryIntoPlugin<'a, U> for T where
U: TryFromPlugin<'a, T>, [src]
U: TryFromPlugin<'a, T>,
type Error = <U as TryFromPlugin<'a, T>>::Error
fn try_into_plugin(
Self,
&'a IPluginContext
) -> Result<U, <U as TryFromPlugin<'a, T>>::Error>[src]
Self,
&'a IPluginContext
) -> Result<U, <U as TryFromPlugin<'a, T>>::Error>