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