pub struct BridgeSessionInfo {
pub environment_id: Option<String>,
pub title: Option<String>,
}Expand description
Bridge session info
Fields§
§environment_id: Option<String>§title: Option<String>Trait Implementations§
Source§impl Clone for BridgeSessionInfo
impl Clone for BridgeSessionInfo
Source§fn clone(&self) -> BridgeSessionInfo
fn clone(&self) -> BridgeSessionInfo
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 BridgeSessionInfo
impl RefUnwindSafe for BridgeSessionInfo
impl Send for BridgeSessionInfo
impl Sync for BridgeSessionInfo
impl Unpin for BridgeSessionInfo
impl UnsafeUnpin for BridgeSessionInfo
impl UnwindSafe for BridgeSessionInfo
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