pub struct SessionArgs {
pub shared: SharedArgs,
pub id: Option<String>,
}Fields§
§id: Option<String>Trait Implementations§
Source§impl Clone for SessionArgs
impl Clone for SessionArgs
Source§fn clone(&self) -> SessionArgs
fn clone(&self) -> SessionArgs
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 SessionArgs
impl RefUnwindSafe for SessionArgs
impl Send for SessionArgs
impl Sync for SessionArgs
impl Unpin for SessionArgs
impl UnsafeUnpin for SessionArgs
impl UnwindSafe for SessionArgs
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