pub struct ConfigChangeEvent {
pub team_id: String,
pub timestamp: SystemTime,
pub change_type: ChangeType,
}Expand description
Configuration change event
Fields§
§team_id: String§timestamp: SystemTime§change_type: ChangeTypeTrait Implementations§
Source§impl Clone for ConfigChangeEvent
impl Clone for ConfigChangeEvent
Source§fn clone(&self) -> ConfigChangeEvent
fn clone(&self) -> ConfigChangeEvent
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 moreAuto Trait Implementations§
impl Freeze for ConfigChangeEvent
impl RefUnwindSafe for ConfigChangeEvent
impl Send for ConfigChangeEvent
impl Sync for ConfigChangeEvent
impl Unpin for ConfigChangeEvent
impl UnwindSafe for ConfigChangeEvent
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