pub struct ExternalActor {
pub provider: String,
pub account_id: String,
pub external_user_id: String,
pub display_name: Option<String>,
}Fields§
§provider: String§account_id: String§external_user_id: String§display_name: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for ExternalActor
impl Clone for ExternalActor
Source§fn clone(&self) -> ExternalActor
fn clone(&self) -> ExternalActor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExternalActor
impl Debug for ExternalActor
Source§impl<'de> Deserialize<'de> for ExternalActor
impl<'de> Deserialize<'de> for ExternalActor
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
impl Eq for ExternalActor
Source§impl Hash for ExternalActor
impl Hash for ExternalActor
Source§impl PartialEq for ExternalActor
impl PartialEq for ExternalActor
Source§impl Serialize for ExternalActor
impl Serialize for ExternalActor
impl StructuralPartialEq for ExternalActor
Auto Trait Implementations§
impl Freeze for ExternalActor
impl RefUnwindSafe for ExternalActor
impl Send for ExternalActor
impl Sync for ExternalActor
impl Unpin for ExternalActor
impl UnsafeUnpin for ExternalActor
impl UnwindSafe for ExternalActor
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