pub struct PbsRemoveVanishedConfig {
pub description: Option<Value>,
pub items: PbsAccessDomainsItemsEnum,
pub max_length: Option<Value>,
pub min_length: Option<Value>,
pub type: Option<Value>,
}Fields§
§description: Option<Value>§items: PbsAccessDomainsItemsEnumremove-vanished options
max_length: Option<Value>§min_length: Option<Value>§type: Option<Value>Implementations§
Trait Implementations§
Source§impl Clone for PbsRemoveVanishedConfig
impl Clone for PbsRemoveVanishedConfig
Source§fn clone(&self) -> PbsRemoveVanishedConfig
fn clone(&self) -> PbsRemoveVanishedConfig
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 PbsRemoveVanishedConfig
impl Debug for PbsRemoveVanishedConfig
Source§impl Default for PbsRemoveVanishedConfig
impl Default for PbsRemoveVanishedConfig
Source§fn default() -> PbsRemoveVanishedConfig
fn default() -> PbsRemoveVanishedConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PbsRemoveVanishedConfig
impl<'de> Deserialize<'de> for PbsRemoveVanishedConfig
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 PbsRemoveVanishedConfig
impl PartialEq for PbsRemoveVanishedConfig
Source§fn eq(&self, other: &PbsRemoveVanishedConfig) -> bool
fn eq(&self, other: &PbsRemoveVanishedConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PbsRemoveVanishedConfig
impl Serialize for PbsRemoveVanishedConfig
impl StructuralPartialEq for PbsRemoveVanishedConfig
Auto Trait Implementations§
impl Freeze for PbsRemoveVanishedConfig
impl RefUnwindSafe for PbsRemoveVanishedConfig
impl Send for PbsRemoveVanishedConfig
impl Sync for PbsRemoveVanishedConfig
impl Unpin for PbsRemoveVanishedConfig
impl UnsafeUnpin for PbsRemoveVanishedConfig
impl UnwindSafe for PbsRemoveVanishedConfig
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