pub struct DisplayNameHookConfig { /* private fields */ }Available on crate feature
hook only.Implementations§
Source§impl DisplayNameHookConfig
impl DisplayNameHookConfig
Sourcepub fn builder() -> DisplayNameHookConfigBuilder
pub fn builder() -> DisplayNameHookConfigBuilder
Create an instance of DisplayNameHookConfig using the builder syntax
Trait Implementations§
Source§impl Clone for DisplayNameHookConfig
impl Clone for DisplayNameHookConfig
Source§fn clone(&self) -> DisplayNameHookConfig
fn clone(&self) -> DisplayNameHookConfig
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 DisplayNameHookConfig
impl Debug for DisplayNameHookConfig
Source§impl Default for DisplayNameHookConfig
impl Default for DisplayNameHookConfig
Source§fn default() -> DisplayNameHookConfig
fn default() -> DisplayNameHookConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DisplayNameHookConfig
impl<'de> Deserialize<'de> for DisplayNameHookConfig
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 DisplayNameHookConfig
impl RefUnwindSafe for DisplayNameHookConfig
impl Send for DisplayNameHookConfig
impl Sync for DisplayNameHookConfig
impl Unpin for DisplayNameHookConfig
impl UnsafeUnpin for DisplayNameHookConfig
impl UnwindSafe for DisplayNameHookConfig
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