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