pub struct IdFormatConfig {
pub name: String,
pub format: String,
pub regex: String,
}Fields§
§name: String§format: String§regex: StringTrait Implementations§
Source§impl Clone for IdFormatConfig
impl Clone for IdFormatConfig
Source§fn clone(&self) -> IdFormatConfig
fn clone(&self) -> IdFormatConfig
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 Debug for IdFormatConfig
impl Debug for IdFormatConfig
Source§impl Default for IdFormatConfig
impl Default for IdFormatConfig
Source§fn default() -> IdFormatConfig
fn default() -> IdFormatConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IdFormatConfig
impl<'de> Deserialize<'de> for IdFormatConfig
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 IdFormatConfig
impl RefUnwindSafe for IdFormatConfig
impl Send for IdFormatConfig
impl Sync for IdFormatConfig
impl Unpin for IdFormatConfig
impl UnsafeUnpin for IdFormatConfig
impl UnwindSafe for IdFormatConfig
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