pub struct TeleportedSessionInfo {
pub is_teleported: bool,
pub has_logged_first_message: bool,
pub session_id: Option<String>,
}Fields§
§is_teleported: bool§has_logged_first_message: bool§session_id: Option<String>Trait Implementations§
Source§impl Clone for TeleportedSessionInfo
impl Clone for TeleportedSessionInfo
Source§fn clone(&self) -> TeleportedSessionInfo
fn clone(&self) -> TeleportedSessionInfo
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 Debug for TeleportedSessionInfo
impl Debug for TeleportedSessionInfo
Source§impl<'de> Deserialize<'de> for TeleportedSessionInfo
impl<'de> Deserialize<'de> for TeleportedSessionInfo
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
Auto Trait Implementations§
impl Freeze for TeleportedSessionInfo
impl RefUnwindSafe for TeleportedSessionInfo
impl Send for TeleportedSessionInfo
impl Sync for TeleportedSessionInfo
impl Unpin for TeleportedSessionInfo
impl UnsafeUnpin for TeleportedSessionInfo
impl UnwindSafe for TeleportedSessionInfo
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