pub struct ActorLinkView {
pub link_id: String,
pub provider: String,
pub placement: Placement,
pub account_id: String,
pub display_name: Option<String>,
pub created_at_ms: i64,
}Fields§
§link_id: String§provider: String§placement: Placement§account_id: String§display_name: Option<String>§created_at_ms: i64Trait Implementations§
Source§impl Clone for ActorLinkView
impl Clone for ActorLinkView
Source§fn clone(&self) -> ActorLinkView
fn clone(&self) -> ActorLinkView
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 ActorLinkView
impl Debug for ActorLinkView
Source§impl<'de> Deserialize<'de> for ActorLinkView
impl<'de> Deserialize<'de> for ActorLinkView
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 ActorLinkView
Source§impl PartialEq for ActorLinkView
impl PartialEq for ActorLinkView
Source§impl Serialize for ActorLinkView
impl Serialize for ActorLinkView
impl StructuralPartialEq for ActorLinkView
Auto Trait Implementations§
impl Freeze for ActorLinkView
impl RefUnwindSafe for ActorLinkView
impl Send for ActorLinkView
impl Sync for ActorLinkView
impl Unpin for ActorLinkView
impl UnsafeUnpin for ActorLinkView
impl UnwindSafe for ActorLinkView
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