pub struct SsmServiceSetting {
pub setting_id: String,
pub setting_value: String,
pub last_modified_date: DateTime<Utc>,
pub last_modified_user: String,
pub status: String,
}Fields§
§setting_id: String§setting_value: String§last_modified_date: DateTime<Utc>§last_modified_user: String§status: StringTrait Implementations§
Source§impl Clone for SsmServiceSetting
impl Clone for SsmServiceSetting
Source§fn clone(&self) -> SsmServiceSetting
fn clone(&self) -> SsmServiceSetting
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 SsmServiceSetting
impl RefUnwindSafe for SsmServiceSetting
impl Send for SsmServiceSetting
impl Sync for SsmServiceSetting
impl Unpin for SsmServiceSetting
impl UnsafeUnpin for SsmServiceSetting
impl UnwindSafe for SsmServiceSetting
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