Struct dyn_dyn::DynDynTable
source · [−]pub struct DynDynTable { /* private fields */ }Expand description
A table of trait object types that a concrete type can be downcast to.
Implementations
sourceimpl DynDynTable
impl DynDynTable
sourcepub fn into_slice(self) -> &'static [DynDynTableEntry]
pub fn into_slice(self) -> &'static [DynDynTableEntry]
Returns a reference to the slice of entries in this table
Trait Implementations
sourceimpl Clone for DynDynTable
impl Clone for DynDynTable
sourcefn clone(&self) -> DynDynTable
fn clone(&self) -> DynDynTable
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 DynDynTable
impl Debug for DynDynTable
sourceimpl IntoIterator for DynDynTable
impl IntoIterator for DynDynTable
type Item = &'static DynDynTableEntry
type Item = &'static DynDynTableEntry
The type of the elements being iterated over.
type IntoIter = DynDynTableIterator
type IntoIter = DynDynTableIterator
Which kind of iterator are we turning this into?
impl Copy for DynDynTable
Auto Trait Implementations
impl RefUnwindSafe for DynDynTable
impl Send for DynDynTable
impl Sync for DynDynTable
impl Unpin for DynDynTable
impl UnwindSafe for DynDynTable
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