Searched defs:Object (Results 1 – 6 of 6) sorted by relevance
37 pub struct Object { struct41 impl Object { argument193 impl Display for Object { implementation206 impl Debug for Object { implementation
44 pub struct Object { struct48 impl Object { argument214 impl PartialEq for Object { implementation245 impl Display for Object { implementation258 impl Debug for Object { implementation
40 pub struct Object { struct44 impl Object { impl297 impl Display for Object { implementation310 impl Debug for Object { implementation
2004 ##### APIs2222 ##### Attributes2296 ##### APIs2345 ##### Attributes
82 Object(Object), enumerator434 pub fn try_as_object(&self) -> Result<&Object, Error> { in try_as_object()536 pub fn try_as_mut_object(&mut self) -> Result<&mut Object, Error> { in try_as_mut_object()645 pub fn try_into_object(self) -> Result<Object, Error> { in try_into_object()
316 Object(StructNull), enumerator