pub struct BridgeServer { /* private fields */ }Expand description
A JSON-RPC bridge server that reads requests from stdin and writes
responses to stdout, delegating to TpmStorage for crypto operations.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BridgeServer
impl RefUnwindSafe for BridgeServer
impl Send for BridgeServer
impl Sync for BridgeServer
impl Unpin for BridgeServer
impl UnsafeUnpin for BridgeServer
impl UnwindSafe for BridgeServer
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