pub struct ScheduleName(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for ScheduleName
impl AsRef<str> for ScheduleName
Source§impl Clone for ScheduleName
impl Clone for ScheduleName
Source§fn clone(&self) -> ScheduleName
fn clone(&self) -> ScheduleName
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 ScheduleName
impl Debug for ScheduleName
Source§impl<'de> Deserialize<'de> for ScheduleName
impl<'de> Deserialize<'de> for ScheduleName
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 ScheduleName
impl Display for ScheduleName
impl Eq for ScheduleName
Source§impl From<ScheduleName> for String
impl From<ScheduleName> for String
Source§fn from(value: ScheduleName) -> Self
fn from(value: ScheduleName) -> Self
Converts to this type from the input type.
Source§impl Hash for ScheduleName
impl Hash for ScheduleName
Source§impl Ord for ScheduleName
impl Ord for ScheduleName
Source§fn cmp(&self, other: &ScheduleName) -> Ordering
fn cmp(&self, other: &ScheduleName) -> Ordering
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
Source§impl PartialEq for ScheduleName
impl PartialEq for ScheduleName
Source§impl PartialOrd for ScheduleName
impl PartialOrd for ScheduleName
Source§impl Serialize for ScheduleName
impl Serialize for ScheduleName
impl StructuralPartialEq for ScheduleName
Auto Trait Implementations§
impl Freeze for ScheduleName
impl RefUnwindSafe for ScheduleName
impl Send for ScheduleName
impl Sync for ScheduleName
impl Unpin for ScheduleName
impl UnsafeUnpin for ScheduleName
impl UnwindSafe for ScheduleName
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