pub struct SessionId(pub String);Expand description
Spec §7.3.1.1 — Authenticated SessionToken (returned by Root::
create_application als authenticatedSessionRepresentation).
Spec sagt: “The purpose of the SessionId type is to remember an authenticated client across subsequent invocations of operations on the service.”
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
impl Eq for SessionId
impl StructuralPartialEq for SessionId
Auto Trait Implementations§
impl Freeze for SessionId
impl RefUnwindSafe for SessionId
impl Send for SessionId
impl Sync for SessionId
impl Unpin for SessionId
impl UnsafeUnpin for SessionId
impl UnwindSafe for SessionId
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