pub enum ServiceLingerMode {
Keep,
On,
Off,
}Variants§
Trait Implementations§
Source§impl Clone for ServiceLingerMode
impl Clone for ServiceLingerMode
Source§fn clone(&self) -> ServiceLingerMode
fn clone(&self) -> ServiceLingerMode
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 ServiceLingerMode
impl Debug for ServiceLingerMode
Source§impl<'de> Deserialize<'de> for ServiceLingerMode
impl<'de> Deserialize<'de> for ServiceLingerMode
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 ServiceLingerMode
impl PartialEq for ServiceLingerMode
Source§impl Serialize for ServiceLingerMode
impl Serialize for ServiceLingerMode
Source§impl ValueEnum for ServiceLingerMode
impl ValueEnum for ServiceLingerMode
impl Copy for ServiceLingerMode
impl Eq for ServiceLingerMode
impl StructuralPartialEq for ServiceLingerMode
Auto Trait Implementations§
impl Freeze for ServiceLingerMode
impl RefUnwindSafe for ServiceLingerMode
impl Send for ServiceLingerMode
impl Sync for ServiceLingerMode
impl Unpin for ServiceLingerMode
impl UnsafeUnpin for ServiceLingerMode
impl UnwindSafe for ServiceLingerMode
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