pub struct SchedulerSessionId(/* private fields */);Expand description
Scheduler session ID newtype for type safety.
Implementations§
Trait Implementations§
Source§impl Clone for SchedulerSessionId
impl Clone for SchedulerSessionId
Source§fn clone(&self) -> SchedulerSessionId
fn clone(&self) -> SchedulerSessionId
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 SchedulerSessionId
impl Debug for SchedulerSessionId
Source§impl<'de> Deserialize<'de> for SchedulerSessionId
impl<'de> Deserialize<'de> for SchedulerSessionId
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 SchedulerSessionId
impl Display for SchedulerSessionId
impl Eq for SchedulerSessionId
Source§impl From<&str> for SchedulerSessionId
impl From<&str> for SchedulerSessionId
Source§impl From<String> for SchedulerSessionId
impl From<String> for SchedulerSessionId
Source§impl Hash for SchedulerSessionId
impl Hash for SchedulerSessionId
Source§impl PartialEq for SchedulerSessionId
impl PartialEq for SchedulerSessionId
Source§fn eq(&self, other: &SchedulerSessionId) -> bool
fn eq(&self, other: &SchedulerSessionId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SchedulerSessionId
impl Serialize for SchedulerSessionId
impl StructuralPartialEq for SchedulerSessionId
Auto Trait Implementations§
impl Freeze for SchedulerSessionId
impl RefUnwindSafe for SchedulerSessionId
impl Send for SchedulerSessionId
impl Sync for SchedulerSessionId
impl Unpin for SchedulerSessionId
impl UnsafeUnpin for SchedulerSessionId
impl UnwindSafe for SchedulerSessionId
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