pub struct BridgePointerWithAge {
pub session_id: String,
pub environment_id: String,
pub source: BridgePointerSource,
pub age_ms: u64,
}Expand description
Bridge pointer with age information
Fields§
§session_id: String§environment_id: String§source: BridgePointerSource§age_ms: u64Trait Implementations§
Source§impl Clone for BridgePointerWithAge
impl Clone for BridgePointerWithAge
Source§fn clone(&self) -> BridgePointerWithAge
fn clone(&self) -> BridgePointerWithAge
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 moreAuto Trait Implementations§
impl Freeze for BridgePointerWithAge
impl RefUnwindSafe for BridgePointerWithAge
impl Send for BridgePointerWithAge
impl Sync for BridgePointerWithAge
impl Unpin for BridgePointerWithAge
impl UnsafeUnpin for BridgePointerWithAge
impl UnwindSafe for BridgePointerWithAge
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