pub struct SessionIdParams {
pub session_id: Option<String>,
}Expand description
Parameters for methods that only need a session ID.
Fields§
§session_id: Option<String>Session identifier returned by open_session.
Trait Implementations§
Source§impl Debug for SessionIdParams
impl Debug for SessionIdParams
Source§impl<'de> Deserialize<'de> for SessionIdParams
impl<'de> Deserialize<'de> for SessionIdParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SessionIdParams
impl RefUnwindSafe for SessionIdParams
impl Send for SessionIdParams
impl Sync for SessionIdParams
impl Unpin for SessionIdParams
impl UnsafeUnpin for SessionIdParams
impl UnwindSafe for SessionIdParams
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