pub struct SlackTime(/* private fields */);Expand description
Slack timestamp
Implementations§
Trait Implementations§
Source§impl PartialOrd for SlackTime
impl PartialOrd for SlackTime
impl StructuralPartialEq for SlackTime
Auto Trait Implementations§
impl Freeze for SlackTime
impl RefUnwindSafe for SlackTime
impl Send for SlackTime
impl Sync for SlackTime
impl Unpin for SlackTime
impl UnwindSafe for SlackTime
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