pub struct AgentLocalKey { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl AgentSigner<RegisterResponse> for AgentLocalKey
impl AgentSigner<RegisterResponse> for AgentLocalKey
fn sign_connect_req(&self) -> Vec<u8> ⓘ
fn validate_connect_res(&self, resp: &[u8]) -> Result<RegisterResponse>
Auto Trait Implementations§
impl Freeze for AgentLocalKey
impl RefUnwindSafe for AgentLocalKey
impl Send for AgentLocalKey
impl Sync for AgentLocalKey
impl Unpin for AgentLocalKey
impl UnwindSafe for AgentLocalKey
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