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