pub struct UseSessionId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for UseSessionId
impl Clone for UseSessionId
Source§fn clone(&self) -> UseSessionId
fn clone(&self) -> UseSessionId
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 UseSessionId
impl Debug for UseSessionId
Source§impl<'de> Deserialize<'de> for UseSessionId
impl<'de> Deserialize<'de> for UseSessionId
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
impl Eq for UseSessionId
Source§impl Hash for UseSessionId
impl Hash for UseSessionId
Source§impl PartialEq for UseSessionId
impl PartialEq for UseSessionId
Source§impl Serialize for UseSessionId
impl Serialize for UseSessionId
impl StructuralPartialEq for UseSessionId
Auto Trait Implementations§
impl Freeze for UseSessionId
impl RefUnwindSafe for UseSessionId
impl Send for UseSessionId
impl Sync for UseSessionId
impl Unpin for UseSessionId
impl UnsafeUnpin for UseSessionId
impl UnwindSafe for UseSessionId
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