Struct rain_task::ObjectInfo [−][src]
pub struct ObjectInfo {
pub size: Option<usize>,
pub content_type: String,
pub error: String,
pub debug: String,
pub user: HashMap<String, Value, RandomState>,
}Fields
size: Option<usize>
content_type: String
error: String
debug: String
user: HashMap<String, Value, RandomState>
Trait Implementations
impl<'de> Deserialize<'de> for ObjectInfo[src]
impl<'de> Deserialize<'de> for ObjectInfofn deserialize<__D>(
__deserializer: __D
) -> Result<ObjectInfo, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(
__deserializer: __D
) -> Result<ObjectInfo, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
impl Clone for ObjectInfo[src]
impl Clone for ObjectInfofn clone(&self) -> ObjectInfo[src]
fn clone(&self) -> ObjectInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ObjectInfo[src]
impl Debug for ObjectInfofn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Default for ObjectInfo[src]
impl Default for ObjectInfofn default() -> ObjectInfo[src]
fn default() -> ObjectInfoReturns the "default value" for a type. Read more
impl Serialize for ObjectInfo[src]
impl Serialize for ObjectInfofn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, Serialize this value into the given Serde serializer. Read more
impl PartialEq<ObjectInfo> for ObjectInfo[src]
impl PartialEq<ObjectInfo> for ObjectInfofn eq(&self, other: &ObjectInfo) -> bool[src]
fn eq(&self, other: &ObjectInfo) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ObjectInfo) -> bool[src]
fn ne(&self, other: &ObjectInfo) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ObjectInfo
impl Send for ObjectInfoimpl Sync for ObjectInfo
impl Sync for ObjectInfo