pub struct NestedRegularExpressionValidationRule {
pub id: Option<Uuid>,
pub object_type: Option<String>,
pub url: Option<String>,
}Expand description
NestedRegularExpressionValidationRule : Serializer for RegularExpressionValidationRule objects.
Fields§
§id: Option<Uuid>§object_type: Option<String>§url: Option<String>Implementations§
Source§impl NestedRegularExpressionValidationRule
impl NestedRegularExpressionValidationRule
Sourcepub fn new() -> NestedRegularExpressionValidationRule
pub fn new() -> NestedRegularExpressionValidationRule
Serializer for RegularExpressionValidationRule objects.
Trait Implementations§
Source§impl Clone for NestedRegularExpressionValidationRule
impl Clone for NestedRegularExpressionValidationRule
Source§fn clone(&self) -> NestedRegularExpressionValidationRule
fn clone(&self) -> NestedRegularExpressionValidationRule
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for NestedRegularExpressionValidationRule
impl Default for NestedRegularExpressionValidationRule
Source§fn default() -> NestedRegularExpressionValidationRule
fn default() -> NestedRegularExpressionValidationRule
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NestedRegularExpressionValidationRule
impl<'de> Deserialize<'de> for NestedRegularExpressionValidationRule
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 NestedRegularExpressionValidationRule
impl PartialEq for NestedRegularExpressionValidationRule
Source§fn eq(&self, other: &NestedRegularExpressionValidationRule) -> bool
fn eq(&self, other: &NestedRegularExpressionValidationRule) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NestedRegularExpressionValidationRule
Auto Trait Implementations§
impl Freeze for NestedRegularExpressionValidationRule
impl RefUnwindSafe for NestedRegularExpressionValidationRule
impl Send for NestedRegularExpressionValidationRule
impl Sync for NestedRegularExpressionValidationRule
impl Unpin for NestedRegularExpressionValidationRule
impl UnsafeUnpin for NestedRegularExpressionValidationRule
impl UnwindSafe for NestedRegularExpressionValidationRule
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