pub struct RpcLoggerLayer(/* private fields */);Available on crate features
client or server only.Expand description
RPC logger layer.
Implementations§
Trait Implementations§
Source§impl Clone for RpcLoggerLayer
impl Clone for RpcLoggerLayer
Source§fn clone(&self) -> RpcLoggerLayer
fn clone(&self) -> RpcLoggerLayer
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 moreimpl Copy for RpcLoggerLayer
Source§impl Debug for RpcLoggerLayer
impl Debug for RpcLoggerLayer
Auto Trait Implementations§
impl Freeze for RpcLoggerLayer
impl RefUnwindSafe for RpcLoggerLayer
impl Send for RpcLoggerLayer
impl Sync for RpcLoggerLayer
impl Unpin for RpcLoggerLayer
impl UnsafeUnpin for RpcLoggerLayer
impl UnwindSafe for RpcLoggerLayer
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