pub struct ObexServer { /* private fields */ }
Expand description
Implements the Server role for the OBEX protocol. Provides an interface for receiving and responding to OBEX requests made by a remote OBEX client service. Supports the operations defined in OBEX 1.5.
Implementations§
Source§impl ObexServer
impl ObexServer
Auto Trait Implementations§
impl Freeze for ObexServer
impl !RefUnwindSafe for ObexServer
impl !Send for ObexServer
impl !Sync for ObexServer
impl Unpin for ObexServer
impl !UnwindSafe for ObexServer
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