pub struct PlexAuthenticationChallengeResponseRequest {
pub component: Option<String>,
}
Expand description
PlexAuthenticationChallengeResponseRequest : Pseudo class for plex response
Fields§
§component: Option<String>
Implementations§
Source§impl PlexAuthenticationChallengeResponseRequest
impl PlexAuthenticationChallengeResponseRequest
Sourcepub fn new() -> PlexAuthenticationChallengeResponseRequest
pub fn new() -> PlexAuthenticationChallengeResponseRequest
Pseudo class for plex response
Trait Implementations§
Source§impl Clone for PlexAuthenticationChallengeResponseRequest
impl Clone for PlexAuthenticationChallengeResponseRequest
Source§fn clone(&self) -> PlexAuthenticationChallengeResponseRequest
fn clone(&self) -> PlexAuthenticationChallengeResponseRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for PlexAuthenticationChallengeResponseRequest
impl Default for PlexAuthenticationChallengeResponseRequest
Source§fn default() -> PlexAuthenticationChallengeResponseRequest
fn default() -> PlexAuthenticationChallengeResponseRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PlexAuthenticationChallengeResponseRequest
impl<'de> Deserialize<'de> for PlexAuthenticationChallengeResponseRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PlexAuthenticationChallengeResponseRequest
impl PartialEq for PlexAuthenticationChallengeResponseRequest
Source§fn eq(&self, other: &PlexAuthenticationChallengeResponseRequest) -> bool
fn eq(&self, other: &PlexAuthenticationChallengeResponseRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PlexAuthenticationChallengeResponseRequest
Auto Trait Implementations§
impl Freeze for PlexAuthenticationChallengeResponseRequest
impl RefUnwindSafe for PlexAuthenticationChallengeResponseRequest
impl Send for PlexAuthenticationChallengeResponseRequest
impl Sync for PlexAuthenticationChallengeResponseRequest
impl Unpin for PlexAuthenticationChallengeResponseRequest
impl UnwindSafe for PlexAuthenticationChallengeResponseRequest
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