pub struct RawEntropyConfig {
pub rate_limiter: Option<Value>,
}Expand description
Raw /entropy PUT body off the wire.
Fields§
§rate_limiter: Option<Value>Optional rate limiter passthrough.
Trait Implementations§
Source§impl Clone for RawEntropyConfig
impl Clone for RawEntropyConfig
Source§fn clone(&self) -> RawEntropyConfig
fn clone(&self) -> RawEntropyConfig
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 RawEntropyConfig
impl Debug for RawEntropyConfig
Source§impl Default for RawEntropyConfig
impl Default for RawEntropyConfig
Source§fn default() -> RawEntropyConfig
fn default() -> RawEntropyConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RawEntropyConfig
impl<'de> Deserialize<'de> for RawEntropyConfig
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 TryFrom<RawEntropyConfig> for EntropyConfig
impl TryFrom<RawEntropyConfig> for EntropyConfig
Auto Trait Implementations§
impl Freeze for RawEntropyConfig
impl RefUnwindSafe for RawEntropyConfig
impl Send for RawEntropyConfig
impl Sync for RawEntropyConfig
impl Unpin for RawEntropyConfig
impl UnsafeUnpin for RawEntropyConfig
impl UnwindSafe for RawEntropyConfig
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