Searched refs:object (Results 1 – 8 of 8) sorted by relevance
11 object: Box<T>, field26 let object = Box::new(x); in new() localVariable29 Some(Self { object }) in new()35 &mut self.object in deref_mut()43 &self.object in deref()
30 json_insns.push(object!( in to_json()47 object!( in to_json()
12 In Rust, a trait object for a sub-trait of [`std::any::Any`] can be downcast to a concrete type at …14 of the backing value) is possible (even no coercion from a trait object for a trait to that for its…16 With this crate, any trait object for a sub-trait of [`CastFrom`] can be cast directly to a trait o…134 First of all, [`CastFrom`] trait makes it possible to retrieve an object of [`std::any::Any`]135 from an object for a sub-trait of [`CastFrom`]. 137 …d the macros provided by `intertrait` generates trampoline functions for downcasting a trait object138 for [`std::any::Any`] back to its concrete type and then creating a trait object for the target tra…143 backing a trait object for a sub-trait of [`CastFrom`] and the target trait (the actual implementat…
18 feat: allow provided config object to extend other configs
135 under Section 2) in object code or executable form under the terms of152 received the program in object code or executable form with such166 If distribution of executable or object code is made by offering170 compelled to copy the source along with the object code.
32 not limited to compiled object code, generated documentation,
33 not limited to compiled object code, generated documentation,
372 ### Loading code from an object file; and using a virtual metadata buffer