pub struct ReplicationReceiveConfig {
pub client_id: ClientId,
pub expected_source: Option<ClientId>,
}Expand description
Replication receive bridge configuration.
Fields§
§client_id: ClientIdLocal client id expected inside replication frames.
expected_source: Option<ClientId>Expected remote sender identity when the transport can identify it.
Implementations§
Trait Implementations§
Source§impl Clone for ReplicationReceiveConfig
impl Clone for ReplicationReceiveConfig
Source§fn clone(&self) -> ReplicationReceiveConfig
fn clone(&self) -> ReplicationReceiveConfig
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 moreimpl Copy for ReplicationReceiveConfig
Source§impl Debug for ReplicationReceiveConfig
impl Debug for ReplicationReceiveConfig
impl Eq for ReplicationReceiveConfig
Source§impl PartialEq for ReplicationReceiveConfig
impl PartialEq for ReplicationReceiveConfig
impl StructuralPartialEq for ReplicationReceiveConfig
Auto Trait Implementations§
impl Freeze for ReplicationReceiveConfig
impl RefUnwindSafe for ReplicationReceiveConfig
impl Send for ReplicationReceiveConfig
impl Sync for ReplicationReceiveConfig
impl Unpin for ReplicationReceiveConfig
impl UnsafeUnpin for ReplicationReceiveConfig
impl UnwindSafe for ReplicationReceiveConfig
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