pub struct ErasedShard { /* private fields */ }Available on crate feature
router only.Implementations§
Source§impl ErasedShard
impl ErasedShard
Trait Implementations§
Source§impl Clone for ErasedShard
impl Clone for ErasedShard
Source§fn clone(&self) -> ErasedShard
fn clone(&self) -> ErasedShard
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Collect for ErasedShard
Auto Trait Implementations§
impl Freeze for ErasedShard
impl RefUnwindSafe for ErasedShard
impl Send for ErasedShard
impl Sync for ErasedShard
impl Unpin for ErasedShard
impl UnsafeUnpin for ErasedShard
impl UnwindSafe for ErasedShard
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