pub enum OweHandshakeEntity {
Client,
Ap,
}Variants§
Auto Trait Implementations§
impl Freeze for OweHandshakeEntity
impl RefUnwindSafe for OweHandshakeEntity
impl Send for OweHandshakeEntity
impl Sync for OweHandshakeEntity
impl Unpin for OweHandshakeEntity
impl UnwindSafe for OweHandshakeEntity
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