Struct tvm::runtime::array::Array [−][src]
#[repr(C)]pub struct Array<T> where
T: IsObjectRef, { /* fields omitted */ }
Implementations
Trait Implementations
Creates a value from an iterator. Read more
fn downcast<U>(self) -> Result<U, Error> where
U: IsObjectRef,
<U as IsObjectRef>::Object: AsRef<Self::Object>,
Auto Trait Implementations
impl<T> RefUnwindSafe for Array<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Array<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Converts self into a PyDict
object pointer. Whether pointer owned or borrowed
depends on implementation. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more