pub struct RpcAuthenticationResponse(/* private fields */);Implementations§
Source§impl RpcAuthenticationResponse
impl RpcAuthenticationResponse
pub fn wire_payload(&self) -> &[u8] ⓘ
Trait Implementations§
Source§impl Clone for RpcAuthenticationResponse
impl Clone for RpcAuthenticationResponse
Source§fn clone(&self) -> RpcAuthenticationResponse
fn clone(&self) -> RpcAuthenticationResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RpcAuthenticationResponse
impl Debug for RpcAuthenticationResponse
impl Eq for RpcAuthenticationResponse
impl StructuralPartialEq for RpcAuthenticationResponse
Auto Trait Implementations§
impl Freeze for RpcAuthenticationResponse
impl RefUnwindSafe for RpcAuthenticationResponse
impl Send for RpcAuthenticationResponse
impl Sync for RpcAuthenticationResponse
impl Unpin for RpcAuthenticationResponse
impl UnsafeUnpin for RpcAuthenticationResponse
impl UnwindSafe for RpcAuthenticationResponse
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