pub struct MethodDidWeb {
pub client: Client,
}
Fields§
§client: Client
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MethodDidWeb
impl !RefUnwindSafe for MethodDidWeb
impl Send for MethodDidWeb
impl Sync for MethodDidWeb
impl Unpin for MethodDidWeb
impl !UnwindSafe for MethodDidWeb
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