pub struct ApplicationBootstrapConfigDto {}Expand description
Empty configuration DTO for the Application bootstrap provider.
Trait Implementations§
Source§impl Clone for ApplicationBootstrapConfigDto
impl Clone for ApplicationBootstrapConfigDto
Source§fn clone(&self) -> ApplicationBootstrapConfigDto
fn clone(&self) -> ApplicationBootstrapConfigDto
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<'de> Deserialize<'de> for ApplicationBootstrapConfigDto
impl<'de> Deserialize<'de> for ApplicationBootstrapConfigDto
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 ApplicationBootstrapConfigDto
impl PartialEq for ApplicationBootstrapConfigDto
Source§fn eq(&self, other: &ApplicationBootstrapConfigDto) -> bool
fn eq(&self, other: &ApplicationBootstrapConfigDto) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'__s> ToSchema<'__s> for ApplicationBootstrapConfigDto
impl<'__s> ToSchema<'__s> for ApplicationBootstrapConfigDto
impl StructuralPartialEq for ApplicationBootstrapConfigDto
Auto Trait Implementations§
impl Freeze for ApplicationBootstrapConfigDto
impl RefUnwindSafe for ApplicationBootstrapConfigDto
impl Send for ApplicationBootstrapConfigDto
impl Sync for ApplicationBootstrapConfigDto
impl Unpin for ApplicationBootstrapConfigDto
impl UnsafeUnpin for ApplicationBootstrapConfigDto
impl UnwindSafe for ApplicationBootstrapConfigDto
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