Struct buttplug::server::device::hardware::communication::websocket_server::websocket_server_comm_manager::WebsocketServerDeviceCommunicationManager
source · pub struct WebsocketServerDeviceCommunicationManager { /* private fields */ }Trait Implementations§
source§impl HardwareCommunicationManager for WebsocketServerDeviceCommunicationManager
impl HardwareCommunicationManager for WebsocketServerDeviceCommunicationManager
fn name(&self) -> &'static str
fn start_scanning(&mut self) -> ButtplugResultFuture
fn stop_scanning(&mut self) -> ButtplugResultFuture
fn can_scan(&self) -> bool
fn scanning_status(&self) -> bool
Auto Trait Implementations§
impl Freeze for WebsocketServerDeviceCommunicationManager
impl RefUnwindSafe for WebsocketServerDeviceCommunicationManager
impl Send for WebsocketServerDeviceCommunicationManager
impl Sync for WebsocketServerDeviceCommunicationManager
impl Unpin for WebsocketServerDeviceCommunicationManager
impl UnwindSafe for WebsocketServerDeviceCommunicationManager
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