pub struct CreateSessionOptions {
pub user: UserIdRef,
}Fields§
§user: UserIdRefTrait Implementations§
Source§impl Clone for CreateSessionOptions
impl Clone for CreateSessionOptions
Source§fn clone(&self) -> CreateSessionOptions
fn clone(&self) -> CreateSessionOptions
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 CreateSessionOptions
impl Debug for CreateSessionOptions
impl Eq for CreateSessionOptions
Source§impl Hash for CreateSessionOptions
impl Hash for CreateSessionOptions
Source§impl Ord for CreateSessionOptions
impl Ord for CreateSessionOptions
Source§fn cmp(&self, other: &CreateSessionOptions) -> Ordering
fn cmp(&self, other: &CreateSessionOptions) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CreateSessionOptions
impl PartialEq for CreateSessionOptions
Source§impl PartialOrd for CreateSessionOptions
impl PartialOrd for CreateSessionOptions
impl StructuralPartialEq for CreateSessionOptions
Auto Trait Implementations§
impl Freeze for CreateSessionOptions
impl RefUnwindSafe for CreateSessionOptions
impl Send for CreateSessionOptions
impl Sync for CreateSessionOptions
impl Unpin for CreateSessionOptions
impl UnsafeUnpin for CreateSessionOptions
impl UnwindSafe for CreateSessionOptions
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