pub struct LastConfigChange {
pub last_k8s_auths_change: Option<Box<K8SAuthsConfigLastChange>>,
pub last_migrations_change: Option<Box<MigrationsConfigLastChange>>,
}Fields§
§last_k8s_auths_change: Option<Box<K8SAuthsConfigLastChange>>§last_migrations_change: Option<Box<MigrationsConfigLastChange>>Implementations§
Source§impl LastConfigChange
impl LastConfigChange
pub fn new() -> LastConfigChange
Trait Implementations§
Source§impl Clone for LastConfigChange
impl Clone for LastConfigChange
Source§fn clone(&self) -> LastConfigChange
fn clone(&self) -> LastConfigChange
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 LastConfigChange
impl Debug for LastConfigChange
Source§impl Default for LastConfigChange
impl Default for LastConfigChange
Source§fn default() -> LastConfigChange
fn default() -> LastConfigChange
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LastConfigChange
impl<'de> Deserialize<'de> for LastConfigChange
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 LastConfigChange
impl PartialEq for LastConfigChange
Source§fn eq(&self, other: &LastConfigChange) -> bool
fn eq(&self, other: &LastConfigChange) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LastConfigChange
impl Serialize for LastConfigChange
impl StructuralPartialEq for LastConfigChange
Auto Trait Implementations§
impl Freeze for LastConfigChange
impl RefUnwindSafe for LastConfigChange
impl Send for LastConfigChange
impl Sync for LastConfigChange
impl Unpin for LastConfigChange
impl UnsafeUnpin for LastConfigChange
impl UnwindSafe for LastConfigChange
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