Struct twilight_model::oauth::PartialApplication
source · [−]pub struct PartialApplication {
pub flags: ApplicationFlags,
pub id: Id<ApplicationMarker>,
}Fields
flags: ApplicationFlagsid: Id<ApplicationMarker>Trait Implementations
sourceimpl Clone for PartialApplication
impl Clone for PartialApplication
sourcefn clone(&self) -> PartialApplication
fn clone(&self) -> PartialApplication
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PartialApplication
impl Debug for PartialApplication
sourceimpl<'de> Deserialize<'de> for PartialApplication
impl<'de> Deserialize<'de> for PartialApplication
sourcefn 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
sourceimpl PartialEq<PartialApplication> for PartialApplication
impl PartialEq<PartialApplication> for PartialApplication
sourcefn eq(&self, other: &PartialApplication) -> bool
fn eq(&self, other: &PartialApplication) -> bool
sourceimpl Serialize for PartialApplication
impl Serialize for PartialApplication
impl Eq for PartialApplication
impl StructuralEq for PartialApplication
impl StructuralPartialEq for PartialApplication
Auto Trait Implementations
impl RefUnwindSafe for PartialApplication
impl Send for PartialApplication
impl Sync for PartialApplication
impl Unpin for PartialApplication
impl UnwindSafe for PartialApplication
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more