pub struct RemoveParams {
pub id: String,
}
Expand description
struct for passing parameters to the method [remove
]
Fields§
§id: String
The ID of the existing Web3 connection to remove.
Implementations§
Source§impl RemoveParams
impl RemoveParams
Sourcepub fn builder() -> RemoveParamsBuilder
pub fn builder() -> RemoveParamsBuilder
Create an instance of RemoveParams
using the builder syntax
Trait Implementations§
Source§impl Clone for RemoveParams
impl Clone for RemoveParams
Source§fn clone(&self) -> RemoveParams
fn clone(&self) -> RemoveParams
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for RemoveParams
impl RefUnwindSafe for RemoveParams
impl Send for RemoveParams
impl Sync for RemoveParams
impl Unpin for RemoveParams
impl UnwindSafe for RemoveParams
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