pub struct MastodonClient {
pub data: Data,
/* private fields */
}Expand description
The Mastodon client is a smart pointer to this struct
Fields§
§data: DataRaw data about your mastodon instance.
Trait Implementations§
Source§impl Debug for MastodonClient
impl Debug for MastodonClient
Source§impl From<MastodonClient> for Mastodon
impl From<MastodonClient> for Mastodon
Source§fn from(value: MastodonClient) -> Self
fn from(value: MastodonClient) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MastodonClient
impl !RefUnwindSafe for MastodonClient
impl Send for MastodonClient
impl Sync for MastodonClient
impl Unpin for MastodonClient
impl !UnwindSafe for MastodonClient
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