pub struct UserBuilder {
http_client: HttpClientRef,
}
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl UserBuilder
impl UserBuilder
pub fn new(http_client: HttpClientRef) -> Self
pub fn get(&self) -> ListUserBuilder
pub fn follows(&self) -> FollowsEndpoint
pub fn history(&self) -> HistoryEndpoint
pub fn id(&self, id: Uuid) -> IdEndpoint
pub fn list(&self) -> ListEndpoint
pub fn me(&self) -> MeEndpoint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UserBuilder
impl !RefUnwindSafe for UserBuilder
impl !Send for UserBuilder
impl !Sync for UserBuilder
impl Unpin for UserBuilder
impl !UnwindSafe for UserBuilder
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