pub struct ParamsBlr { /* private fields */ }
Expand description
Data for the parameters to send in the wire
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ParamsBlr
impl RefUnwindSafe for ParamsBlr
impl Send for ParamsBlr
impl Sync for ParamsBlr
impl Unpin for ParamsBlr
impl UnwindSafe for ParamsBlr
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