pub struct AllowRule {
pub scheme: String,
pub host: String,
pub port: u16,
pub path_prefix: String,
}Fields§
§scheme: String§host: String§port: u16§path_prefix: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for AllowRule
impl<'de> Deserialize<'de> for AllowRule
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 AllowRule
impl StructuralPartialEq for AllowRule
Auto Trait Implementations§
impl Freeze for AllowRule
impl RefUnwindSafe for AllowRule
impl Send for AllowRule
impl Sync for AllowRule
impl Unpin for AllowRule
impl UnsafeUnpin for AllowRule
impl UnwindSafe for AllowRule
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