pub struct AdminSessionId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for AdminSessionId
impl Clone for AdminSessionId
impl Copy for AdminSessionId
Source§impl Debug for AdminSessionId
impl Debug for AdminSessionId
Source§impl<'de> Deserialize<'de> for AdminSessionId
impl<'de> Deserialize<'de> for AdminSessionId
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
Source§impl Display for AdminSessionId
impl Display for AdminSessionId
impl Eq for AdminSessionId
Source§impl From<AdminSessionId> for Uuid
impl From<AdminSessionId> for Uuid
Source§fn from(value: AdminSessionId) -> Self
fn from(value: AdminSessionId) -> Self
Converts to this type from the input type.
Source§impl From<Uuid> for AdminSessionId
impl From<Uuid> for AdminSessionId
Source§impl FromStr for AdminSessionId
impl FromStr for AdminSessionId
Source§impl Hash for AdminSessionId
impl Hash for AdminSessionId
Source§impl Ord for AdminSessionId
impl Ord for AdminSessionId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for AdminSessionId
impl PartialEq for AdminSessionId
Source§impl PartialOrd for AdminSessionId
impl PartialOrd for AdminSessionId
Source§impl Serialize for AdminSessionId
impl Serialize for AdminSessionId
impl StructuralPartialEq for AdminSessionId
Auto Trait Implementations§
impl Freeze for AdminSessionId
impl RefUnwindSafe for AdminSessionId
impl Send for AdminSessionId
impl Sync for AdminSessionId
impl Unpin for AdminSessionId
impl UnsafeUnpin for AdminSessionId
impl UnwindSafe for AdminSessionId
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