pub struct ReplicaRegion { /* private fields */ }Trait Implementations§
Source§impl Debug for ReplicaRegion
impl Debug for ReplicaRegion
Auto Trait Implementations§
impl Freeze for ReplicaRegion
impl RefUnwindSafe for ReplicaRegion
impl Send for ReplicaRegion
impl Sync for ReplicaRegion
impl Unpin for ReplicaRegion
impl UnwindSafe for ReplicaRegion
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