Fields
available_features: Option<Vec<Feature>>
Implementations
sourceimpl MyPlex
impl MyPlex
pub fn new(client: HttpClient) -> Result<Self>
pub async fn refresh(self) -> Result<Self>
pub fn client(&self) -> &HttpClient
sourcepub async fn claim_token(&self) -> Result<ClaimToken>
pub async fn claim_token(&self) -> Result<ClaimToken>
Get a claim token from the API, which can be used for attaching a server to your account. See https://hub.docker.com/r/plexinc/pms-docker for details, look for “PLEX_CLAIM”.
sourcepub async fn privacy(&self) -> Result<Privacy>
pub async fn privacy(&self) -> Result<Privacy>
Get privacy settings for your account. You can update the settings using the returned object. See Privacy Preferences on plex.tv for details.
pub async fn webhook_manager(&self) -> Result<WebhookManager>
pub async fn srv(&self) -> Result<Server>
pub fn device_manager(&self) -> DeviceManager
pub async fn link(&self, code: &str) -> Result
sourcepub async fn signout(self) -> Result
pub async fn signout(self) -> Result
Sign out of your account. It’s highly recommended to call this method when you’re done using the API. At least when you obtained the MyPlex instance using MyPlex::login.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for MyPlex
impl Send for MyPlex
impl Sync for MyPlex
impl Unpin for MyPlex
impl !UnwindSafe for MyPlex
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more