pub struct ConnectionView {
pub id: String,
pub connected_at: Timestamp,
pub disconnected_at: Option<Timestamp>,
pub attributes: Vec<AttributeView>,
}Fields§
§id: String§connected_at: Timestamp§disconnected_at: Option<Timestamp>§attributes: Vec<AttributeView>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConnectionView
impl RefUnwindSafe for ConnectionView
impl Send for ConnectionView
impl Sync for ConnectionView
impl Unpin for ConnectionView
impl UnwindSafe for ConnectionView
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