pub struct ObjectId<'a> { /* private fields */ }
Expand description
An ObjectId is used to identify, locate, and access a Durable Object via interaction with its Stub.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ObjectId<'a>
impl<'a> RefUnwindSafe for ObjectId<'a>
impl<'a> !Send for ObjectId<'a>
impl<'a> !Sync for ObjectId<'a>
impl<'a> Unpin for ObjectId<'a>
impl<'a> UnwindSafe for ObjectId<'a>
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