pub struct BarnacleContext {
pub key: BarnacleKey,
pub path: String,
pub method: String,
}
Expand description
Rate limiting context that includes route information
Fields§
§key: BarnacleKey
§path: String
§method: String
Implementations§
Trait Implementations§
Source§impl Clone for BarnacleContext
impl Clone for BarnacleContext
Source§fn clone(&self) -> BarnacleContext
fn clone(&self) -> BarnacleContext
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 BarnacleContext
impl Debug for BarnacleContext
Source§impl<'de> Deserialize<'de> for BarnacleContext
impl<'de> Deserialize<'de> for BarnacleContext
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 BarnacleContext
impl PartialEq for BarnacleContext
Source§impl Serialize for BarnacleContext
impl Serialize for BarnacleContext
impl Eq for BarnacleContext
impl StructuralPartialEq for BarnacleContext
Auto Trait Implementations§
impl Freeze for BarnacleContext
impl RefUnwindSafe for BarnacleContext
impl Send for BarnacleContext
impl Sync for BarnacleContext
impl Unpin for BarnacleContext
impl UnwindSafe for BarnacleContext
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