pub enum AutoCompactTokenLimitScope {
Total,
BodyAfterPrefix,
}Variants§
Trait Implementations§
Source§impl Clone for AutoCompactTokenLimitScope
impl Clone for AutoCompactTokenLimitScope
Source§fn clone(&self) -> AutoCompactTokenLimitScope
fn clone(&self) -> AutoCompactTokenLimitScope
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 AutoCompactTokenLimitScope
impl Debug for AutoCompactTokenLimitScope
Source§impl<'de> Deserialize<'de> for AutoCompactTokenLimitScope
impl<'de> Deserialize<'de> for AutoCompactTokenLimitScope
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
impl Eq for AutoCompactTokenLimitScope
Source§impl Hash for AutoCompactTokenLimitScope
impl Hash for AutoCompactTokenLimitScope
Source§impl PartialEq for AutoCompactTokenLimitScope
impl PartialEq for AutoCompactTokenLimitScope
Source§fn eq(&self, other: &AutoCompactTokenLimitScope) -> bool
fn eq(&self, other: &AutoCompactTokenLimitScope) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AutoCompactTokenLimitScope
Auto Trait Implementations§
impl Freeze for AutoCompactTokenLimitScope
impl RefUnwindSafe for AutoCompactTokenLimitScope
impl Send for AutoCompactTokenLimitScope
impl Sync for AutoCompactTokenLimitScope
impl Unpin for AutoCompactTokenLimitScope
impl UnsafeUnpin for AutoCompactTokenLimitScope
impl UnwindSafe for AutoCompactTokenLimitScope
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