pub struct NetworkSession {
pub id: String,
pub service_id: String,
}Expand description
Network session for service connections
Fields§
§id: String§service_id: StringImplementations§
Trait Implementations§
Source§impl Clone for NetworkSession
impl Clone for NetworkSession
Source§fn clone(&self) -> NetworkSession
fn clone(&self) -> NetworkSession
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 moreAuto Trait Implementations§
impl Freeze for NetworkSession
impl RefUnwindSafe for NetworkSession
impl Send for NetworkSession
impl Sync for NetworkSession
impl Unpin for NetworkSession
impl UnsafeUnpin for NetworkSession
impl UnwindSafe for NetworkSession
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