pub struct DataObjectId { /* private fields */ }Expand description
ID type for task objects.
Trait Implementations§
Source§impl Clone for DataObjectId
impl Clone for DataObjectId
Source§fn clone(&self) -> DataObjectId
fn clone(&self) -> DataObjectId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DataObjectId
impl Debug for DataObjectId
Source§impl Default for DataObjectId
impl Default for DataObjectId
Source§fn default() -> DataObjectId
fn default() -> DataObjectId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DataObjectId
impl<'de> Deserialize<'de> for DataObjectId
Source§fn deserialize<D>(
deserializer: D,
) -> Result<DataObjectId, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
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
Source§impl Display for DataObjectId
impl Display for DataObjectId
Source§impl<'a> FromCapnp<'a> for DataObjectId
impl<'a> FromCapnp<'a> for DataObjectId
type Reader = Reader<'a>
fn from_capnp(read: &'a <DataObjectId as FromCapnp<'a>>::Reader) -> DataObjectId
Source§impl Hash for DataObjectId
impl Hash for DataObjectId
Source§impl Ord for DataObjectId
impl Ord for DataObjectId
Source§fn cmp(&self, other: &DataObjectId) -> Ordering
fn cmp(&self, other: &DataObjectId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DataObjectId
impl PartialEq for DataObjectId
Source§impl PartialOrd for DataObjectId
impl PartialOrd for DataObjectId
Source§impl ReadCapnp for DataObjectId
impl ReadCapnp for DataObjectId
fn read_capnp<R>(r: &mut R) -> DataObjectIdwhere
R: Read,
Source§impl SId for DataObjectId
impl SId for DataObjectId
Source§impl Serialize for DataObjectId
impl Serialize for DataObjectId
Source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
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
Source§impl<'a> ToCapnp<'a> for DataObjectId
impl<'a> ToCapnp<'a> for DataObjectId
impl Copy for DataObjectId
impl Eq for DataObjectId
impl StructuralPartialEq for DataObjectId
Auto Trait Implementations§
impl Freeze for DataObjectId
impl RefUnwindSafe for DataObjectId
impl Send for DataObjectId
impl Sync for DataObjectId
impl Unpin for DataObjectId
impl UnwindSafe for DataObjectId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more