pub struct BoxID(/* private fields */);Expand description
Unique identifier for an OpBox.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BoxID
impl<'de> Deserialize<'de> for BoxID
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for BoxID
impl StructuralPartialEq for BoxID
Auto Trait Implementations§
impl Freeze for BoxID
impl RefUnwindSafe for BoxID
impl Send for BoxID
impl Sync for BoxID
impl Unpin for BoxID
impl UnwindSafe for BoxID
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