pub struct SessionNextMovedData {
pub location: LocationRef,
pub session_id: String,
pub subdirectory: Option<String>,
pub timestamp: f64,
}Fields§
§location: LocationRef§session_id: String§subdirectory: Option<String>§timestamp: f64Trait Implementations§
Source§impl Clone for SessionNextMovedData
impl Clone for SessionNextMovedData
Source§fn clone(&self) -> SessionNextMovedData
fn clone(&self) -> SessionNextMovedData
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 SessionNextMovedData
impl Debug for SessionNextMovedData
Source§impl<'de> Deserialize<'de> for SessionNextMovedData
impl<'de> Deserialize<'de> for SessionNextMovedData
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
Source§impl PartialEq for SessionNextMovedData
impl PartialEq for SessionNextMovedData
Source§impl Serialize for SessionNextMovedData
impl Serialize for SessionNextMovedData
impl StructuralPartialEq for SessionNextMovedData
Auto Trait Implementations§
impl Freeze for SessionNextMovedData
impl RefUnwindSafe for SessionNextMovedData
impl Send for SessionNextMovedData
impl Sync for SessionNextMovedData
impl Unpin for SessionNextMovedData
impl UnsafeUnpin for SessionNextMovedData
impl UnwindSafe for SessionNextMovedData
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