pub struct WindowsConnectionKey(/* private fields */);Expand description
Opaque native connection key returned by CfConnectSyncRoot.
This value is deliberately distinct from [SessionGeneration]. The key addresses one native
communication channel; the generation is the durable monotonic fence used by Forge work.
Implementations§
Trait Implementations§
Source§impl Clone for WindowsConnectionKey
impl Clone for WindowsConnectionKey
Source§fn clone(&self) -> WindowsConnectionKey
fn clone(&self) -> WindowsConnectionKey
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 moreSource§impl Debug for WindowsConnectionKey
impl Debug for WindowsConnectionKey
Source§impl Hash for WindowsConnectionKey
impl Hash for WindowsConnectionKey
Source§impl PartialEq for WindowsConnectionKey
impl PartialEq for WindowsConnectionKey
impl Copy for WindowsConnectionKey
impl Eq for WindowsConnectionKey
impl StructuralPartialEq for WindowsConnectionKey
Auto Trait Implementations§
impl Freeze for WindowsConnectionKey
impl RefUnwindSafe for WindowsConnectionKey
impl Send for WindowsConnectionKey
impl Sync for WindowsConnectionKey
impl Unpin for WindowsConnectionKey
impl UnwindSafe for WindowsConnectionKey
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