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