pub struct RunningCacheContainer {
pub container_id: String,
pub host_port: u16,
}Fields§
§container_id: String§host_port: u16Trait Implementations§
Source§impl Clone for RunningCacheContainer
impl Clone for RunningCacheContainer
Source§fn clone(&self) -> RunningCacheContainer
fn clone(&self) -> RunningCacheContainer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RunningCacheContainer
impl RefUnwindSafe for RunningCacheContainer
impl Send for RunningCacheContainer
impl Sync for RunningCacheContainer
impl Unpin for RunningCacheContainer
impl UnsafeUnpin for RunningCacheContainer
impl UnwindSafe for RunningCacheContainer
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