pub struct ReplicaDynRef<'b> { /* private fields */ }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>
fn to_dyn_ref(&self) -> &dyn Replicate
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> !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