pub struct RestClientNode { /* private fields */ }Implementations§
Source§impl RestClientNode
impl RestClientNode
pub fn new(config: RestClientConfig) -> Self
Trait Implementations§
Source§impl Debug for RestClientNode
impl Debug for RestClientNode
Source§impl NodeHandler for RestClientNode
impl NodeHandler for RestClientNode
Auto Trait Implementations§
impl Freeze for RestClientNode
impl !RefUnwindSafe for RestClientNode
impl Send for RestClientNode
impl Sync for RestClientNode
impl Unpin for RestClientNode
impl !UnwindSafe for RestClientNode
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