pub struct ReplicaDynRef<'b> { /* private fields */ }Expand description
Shared reference to a type-erased replicated component.
Implementations§
Trait Implementations§
Source§impl Deref for ReplicaDynRef<'_>
impl Deref for ReplicaDynRef<'_>
Source§impl<'a> ReplicaDynRefTrait for ReplicaDynRef<'a>
impl<'a> ReplicaDynRefTrait for ReplicaDynRef<'a>
Source§fn to_dyn_ref(&self) -> &dyn Replicate
fn to_dyn_ref(&self) -> &dyn Replicate
Returns a shared
dyn Replicate reference.Auto Trait Implementations§
impl<'b> Freeze for ReplicaDynRef<'b>
impl<'b> !RefUnwindSafe for ReplicaDynRef<'b>
impl<'b> Send for ReplicaDynRef<'b>
impl<'b> Sync for ReplicaDynRef<'b>
impl<'b> Unpin for ReplicaDynRef<'b>
impl<'b> UnsafeUnpin for ReplicaDynRef<'b>
impl<'b> !UnwindSafe for ReplicaDynRef<'b>
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