pub struct CliBridgeEntry {
pub session_pid: u32,
pub bridge_url: String,
pub token: String,
}Fields§
§session_pid: u32§bridge_url: String§token: StringTrait Implementations§
Source§impl Clone for CliBridgeEntry
impl Clone for CliBridgeEntry
Source§fn clone(&self) -> CliBridgeEntry
fn clone(&self) -> CliBridgeEntry
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 CliBridgeEntry
impl Debug for CliBridgeEntry
Source§impl PartialEq for CliBridgeEntry
impl PartialEq for CliBridgeEntry
Source§fn eq(&self, other: &CliBridgeEntry) -> bool
fn eq(&self, other: &CliBridgeEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CliBridgeEntry
impl StructuralPartialEq for CliBridgeEntry
Auto Trait Implementations§
impl Freeze for CliBridgeEntry
impl RefUnwindSafe for CliBridgeEntry
impl Send for CliBridgeEntry
impl Sync for CliBridgeEntry
impl Unpin for CliBridgeEntry
impl UnsafeUnpin for CliBridgeEntry
impl UnwindSafe for CliBridgeEntry
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.