Struct rain_task::DataObjectId [−][src]
pub struct DataObjectId { /* fields omitted */ }ID type for task objects.
Trait Implementations
impl PartialOrd<DataObjectId> for DataObjectId[src]
impl PartialOrd<DataObjectId> for DataObjectIdfn partial_cmp(&self, other: &DataObjectId) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &DataObjectId) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &DataObjectId) -> bool[src]
fn lt(&self, other: &DataObjectId) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &DataObjectId) -> bool[src]
fn le(&self, other: &DataObjectId) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &DataObjectId) -> bool[src]
fn gt(&self, other: &DataObjectId) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &DataObjectId) -> bool[src]
fn ge(&self, other: &DataObjectId) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl ReadCapnp for DataObjectId[src]
impl ReadCapnp for DataObjectIdfn read_capnp<R>(r: &mut R) -> DataObjectId where
R: Read, [src]
fn read_capnp<R>(r: &mut R) -> DataObjectId where
R: Read, impl Hash for DataObjectId[src]
impl Hash for DataObjectIdfn hash<__H>(&self, state: &mut __H) where
__H: Hasher, [src]
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher, Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl<'a> FromCapnp<'a> for DataObjectId[src]
impl<'a> FromCapnp<'a> for DataObjectIdtype Reader = Reader<'a>
fn from_capnp(read: &'a <DataObjectId as FromCapnp<'a>>::Reader) -> DataObjectId[src]
fn from_capnp(read: &'a <DataObjectId as FromCapnp<'a>>::Reader) -> DataObjectIdimpl<'de> Deserialize<'de> for DataObjectId[src]
impl<'de> Deserialize<'de> for DataObjectIdfn deserialize<D>(
deserializer: D
) -> Result<DataObjectId, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>, [src]
fn deserialize<D>(
deserializer: D
) -> Result<DataObjectId, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
impl Clone for DataObjectId[src]
impl Clone for DataObjectIdfn clone(&self) -> DataObjectId[src]
fn clone(&self) -> DataObjectIdReturns 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)Performs copy-assignment from source. Read more
impl Debug for DataObjectId[src]
impl Debug for DataObjectIdfn 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 Ord for DataObjectId[src]
impl Ord for DataObjectIdfn cmp(&self, other: &DataObjectId) -> Ordering[src]
fn cmp(&self, other: &DataObjectId) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl<'a> ToCapnp<'a> for DataObjectId[src]
impl<'a> ToCapnp<'a> for DataObjectIdtype Builder = Builder<'a>
fn to_capnp(&self, build: &mut <DataObjectId as ToCapnp<'a>>::Builder)[src]
fn to_capnp(&self, build: &mut <DataObjectId as ToCapnp<'a>>::Builder)impl SId for DataObjectId[src]
impl SId for DataObjectIdfn new(session_id: i32, id: i32) -> DataObjectId[src]
fn new(session_id: i32, id: i32) -> DataObjectIdfn get_id(&self) -> i32[src]
fn get_id(&self) -> i32fn get_session_id(&self) -> i32[src]
fn get_session_id(&self) -> i32fn invalid() -> Self[src]
fn invalid() -> Selffn is_invalid(&self) -> bool[src]
fn is_invalid(&self) -> boolimpl Display for DataObjectId[src]
impl Display for DataObjectIdfn 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 DataObjectId[src]
impl Default for DataObjectIdfn default() -> DataObjectId[src]
fn default() -> DataObjectIdReturns the "default value" for a type. Read more
impl Copy for DataObjectId[src]
impl Copy for DataObjectIdimpl Eq for DataObjectId[src]
impl Eq for DataObjectIdimpl Serialize for DataObjectId[src]
impl Serialize for DataObjectIdfn 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<DataObjectId> for DataObjectId[src]
impl PartialEq<DataObjectId> for DataObjectIdfn eq(&self, other: &DataObjectId) -> bool[src]
fn eq(&self, other: &DataObjectId) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DataObjectId) -> bool[src]
fn ne(&self, other: &DataObjectId) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DataObjectId
impl Send for DataObjectIdimpl Sync for DataObjectId
impl Sync for DataObjectId