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