pub struct SessionLoadParams {
pub session_id: String,
}Expand description
Parameters for session/load method
Fields§
§session_id: StringSession ID to load
Trait Implementations§
Source§impl Clone for SessionLoadParams
impl Clone for SessionLoadParams
Source§fn clone(&self) -> SessionLoadParams
fn clone(&self) -> SessionLoadParams
Returns a duplicate of the value. Read more
1.0.0 · 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 SessionLoadParams
impl Debug for SessionLoadParams
Source§impl<'de> Deserialize<'de> for SessionLoadParams
impl<'de> Deserialize<'de> for SessionLoadParams
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 SessionLoadParams
impl RefUnwindSafe for SessionLoadParams
impl Send for SessionLoadParams
impl Sync for SessionLoadParams
impl Unpin for SessionLoadParams
impl UnwindSafe for SessionLoadParams
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