pub struct LiveLink {
pub session_id: SessionId,
pub url: String,
pub expires_at: DateTime<Utc>,
}Fields§
§session_id: SessionId§url: String§expires_at: DateTime<Utc>Trait Implementations§
Source§impl<'de> Deserialize<'de> for LiveLink
impl<'de> Deserialize<'de> for LiveLink
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 LiveLink
impl StructuralPartialEq for LiveLink
Auto Trait Implementations§
impl Freeze for LiveLink
impl RefUnwindSafe for LiveLink
impl Send for LiveLink
impl Sync for LiveLink
impl Unpin for LiveLink
impl UnsafeUnpin for LiveLink
impl UnwindSafe for LiveLink
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