pub struct CdpBuilder { /* private fields */ }Expand description
Builder for Client::cdp(method).
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CdpBuilder
impl !UnwindSafe for CdpBuilder
impl Freeze for CdpBuilder
impl Send for CdpBuilder
impl Sync for CdpBuilder
impl Unpin for CdpBuilder
impl UnsafeUnpin for CdpBuilder
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