pub struct SubId(/* private fields */);Expand description
Subscription/snapshot id: satisfies the Id blanket bounds.
Implementations§
Trait Implementations§
impl Eq for SubId
impl StructuralPartialEq for SubId
Auto Trait Implementations§
impl Freeze for SubId
impl RefUnwindSafe for SubId
impl Send for SubId
impl Sync for SubId
impl Unpin for SubId
impl UnsafeUnpin for SubId
impl UnwindSafe for SubId
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