pub enum ConnectionNudgeKey {
Day1,
Day2,
Day4,
Day7,
Day30,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ConnectionNudgeKey
impl Clone for ConnectionNudgeKey
Source§fn clone(&self) -> ConnectionNudgeKey
fn clone(&self) -> ConnectionNudgeKey
Returns a duplicate of the value. Read more
1.0.0 · 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 ConnectionNudgeKey
impl Debug for ConnectionNudgeKey
Source§impl<'de> Deserialize<'de> for ConnectionNudgeKey
impl<'de> Deserialize<'de> for ConnectionNudgeKey
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 PartialEq for ConnectionNudgeKey
impl PartialEq for ConnectionNudgeKey
Source§impl Serialize for ConnectionNudgeKey
impl Serialize for ConnectionNudgeKey
impl Eq for ConnectionNudgeKey
impl StructuralPartialEq for ConnectionNudgeKey
Auto Trait Implementations§
impl Freeze for ConnectionNudgeKey
impl RefUnwindSafe for ConnectionNudgeKey
impl Send for ConnectionNudgeKey
impl Sync for ConnectionNudgeKey
impl Unpin for ConnectionNudgeKey
impl UnwindSafe for ConnectionNudgeKey
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