pub struct SessionStoreCreateRequest {
pub session_id: String,
pub relation: SessionRelation,
pub policy: SessionPolicy,
}Fields§
§session_id: String§relation: SessionRelation§policy: SessionPolicyImplementations§
Source§impl SessionStoreCreateRequest
impl SessionStoreCreateRequest
pub fn parent_session_id(&self) -> Option<&str>
Trait Implementations§
Source§impl Clone for SessionStoreCreateRequest
impl Clone for SessionStoreCreateRequest
Source§fn clone(&self) -> SessionStoreCreateRequest
fn clone(&self) -> SessionStoreCreateRequest
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 SessionStoreCreateRequest
impl RefUnwindSafe for SessionStoreCreateRequest
impl Send for SessionStoreCreateRequest
impl Sync for SessionStoreCreateRequest
impl Unpin for SessionStoreCreateRequest
impl UnsafeUnpin for SessionStoreCreateRequest
impl UnwindSafe for SessionStoreCreateRequest
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