pub struct RaftTcpConnectionMap { /* private fields */ }Trait Implementations§
Source§impl Clone for RaftTcpConnectionMap
impl Clone for RaftTcpConnectionMap
Source§fn clone(&self) -> RaftTcpConnectionMap
fn clone(&self) -> RaftTcpConnectionMap
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 moreSource§impl Debug for RaftTcpConnectionMap
impl Debug for RaftTcpConnectionMap
Source§impl Default for RaftTcpConnectionMap
impl Default for RaftTcpConnectionMap
Source§fn default() -> RaftTcpConnectionMap
fn default() -> RaftTcpConnectionMap
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for RaftTcpConnectionMap
impl !UnwindSafe for RaftTcpConnectionMap
impl Freeze for RaftTcpConnectionMap
impl Send for RaftTcpConnectionMap
impl Sync for RaftTcpConnectionMap
impl Unpin for RaftTcpConnectionMap
impl UnsafeUnpin for RaftTcpConnectionMap
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