pub struct VrfClient { /* private fields */ }Implementations§
Source§impl VrfClient
impl VrfClient
Auto Trait Implementations§
impl Freeze for VrfClient
impl RefUnwindSafe for VrfClient
impl Send for VrfClient
impl Sync for VrfClient
impl Unpin for VrfClient
impl UnsafeUnpin for VrfClient
impl UnwindSafe for VrfClient
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