pub struct DefaultEndpoint {
http_client: HttpClientRef,
}
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl DefaultEndpoint
impl DefaultEndpoint
pub fn new(http_client: HttpClientRef) -> Self
pub fn get(&self) -> MyDefaultCustomListsBuilder
Trait Implementations§
Source§impl Debug for DefaultEndpoint
impl Debug for DefaultEndpoint
Source§impl DefaultEndpointMethods for DefaultEndpoint
impl DefaultEndpointMethods for DefaultEndpoint
fn get(&self) -> MyDefaultCustomListsBuilder
Source§impl From<&DefaultEndpoint> for HttpClientRef
impl From<&DefaultEndpoint> for HttpClientRef
Source§fn from(value: &DefaultEndpoint) -> Self
fn from(value: &DefaultEndpoint) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DefaultEndpoint
impl !RefUnwindSafe for DefaultEndpoint
impl !Send for DefaultEndpoint
impl !Sync for DefaultEndpoint
impl Unpin for DefaultEndpoint
impl !UnwindSafe for DefaultEndpoint
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