pub struct ConnectSessionResult {
pub connect_url: String,
pub session_id: String,
pub expires_at: String,
}Fields§
§connect_url: String§session_id: String§expires_at: StringTrait Implementations§
Source§impl Clone for ConnectSessionResult
impl Clone for ConnectSessionResult
Source§fn clone(&self) -> ConnectSessionResult
fn clone(&self) -> ConnectSessionResult
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 ConnectSessionResult
impl RefUnwindSafe for ConnectSessionResult
impl Send for ConnectSessionResult
impl Sync for ConnectSessionResult
impl Unpin for ConnectSessionResult
impl UnsafeUnpin for ConnectSessionResult
impl UnwindSafe for ConnectSessionResult
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