pub struct SetDailyIndexRefreshTimeRequest {
pub desired_daily_index_refresh_time: String,
}Fields§
§desired_daily_index_refresh_time: StringTrait Implementations§
Source§impl Clone for SetDailyIndexRefreshTimeRequest
impl Clone for SetDailyIndexRefreshTimeRequest
Source§fn clone(&self) -> SetDailyIndexRefreshTimeRequest
fn clone(&self) -> SetDailyIndexRefreshTimeRequest
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 Default for SetDailyIndexRefreshTimeRequest
impl Default for SetDailyIndexRefreshTimeRequest
Source§fn default() -> SetDailyIndexRefreshTimeRequest
fn default() -> SetDailyIndexRefreshTimeRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for SetDailyIndexRefreshTimeRequest
impl PartialEq for SetDailyIndexRefreshTimeRequest
Source§fn eq(&self, other: &SetDailyIndexRefreshTimeRequest) -> bool
fn eq(&self, other: &SetDailyIndexRefreshTimeRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetDailyIndexRefreshTimeRequest
Auto Trait Implementations§
impl Freeze for SetDailyIndexRefreshTimeRequest
impl RefUnwindSafe for SetDailyIndexRefreshTimeRequest
impl Send for SetDailyIndexRefreshTimeRequest
impl Sync for SetDailyIndexRefreshTimeRequest
impl Unpin for SetDailyIndexRefreshTimeRequest
impl UnwindSafe for SetDailyIndexRefreshTimeRequest
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