Struct surgeshaper_asym::imports::TablesHandle [−][src]
pub struct TablesHandle { /* fields omitted */ }
Implementations
Trait Implementations
Performs the conversion.
pub fn try_into(
self
) -> Result<TablesHandle, <MaybeOwningTablesHandle as TryInto<TablesHandle>>::Error>
pub fn try_into(
self
) -> Result<TablesHandle, <MaybeOwningTablesHandle as TryInto<TablesHandle>>::Error>
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for TablesHandle
impl !Send for TablesHandle
impl !Sync for TablesHandle
impl Unpin for TablesHandle
impl !UnwindSafe for TablesHandle
Blanket Implementations
Mutably borrows from an owned value. Read more