pub struct DisallowedProfile {
pub disallowed_methods: Vec<DisallowedPath>,
pub disallowed_types: Vec<DisallowedPath>,
}Fields§
§disallowed_methods: Vec<DisallowedPath>§disallowed_types: Vec<DisallowedPath>Trait Implementations§
Source§impl Debug for DisallowedProfile
impl Debug for DisallowedProfile
Source§impl Default for DisallowedProfile
impl Default for DisallowedProfile
Source§fn default() -> DisallowedProfile
fn default() -> DisallowedProfile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DisallowedProfile
impl<'de> Deserialize<'de> for DisallowedProfile
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
Auto Trait Implementations§
impl Freeze for DisallowedProfile
impl RefUnwindSafe for DisallowedProfile
impl Send for DisallowedProfile
impl Sync for DisallowedProfile
impl Unpin for DisallowedProfile
impl UnsafeUnpin for DisallowedProfile
impl UnwindSafe for DisallowedProfile
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
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreLayout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 48 bytes