pub struct GetMiscLunartimeParams {
pub ts_query: Option<String>,
pub timezone_query: Option<String>,
pub disable_cache: Option<bool>,
pub _t: Option<String>,
}Fields§
§ts_query: Option<String>§timezone_query: Option<String>§disable_cache: Option<bool>§_t: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for GetMiscLunartimeParams
impl Clone for GetMiscLunartimeParams
Source§fn clone(&self) -> GetMiscLunartimeParams
fn clone(&self) -> GetMiscLunartimeParams
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 GetMiscLunartimeParams
impl RefUnwindSafe for GetMiscLunartimeParams
impl Send for GetMiscLunartimeParams
impl Sync for GetMiscLunartimeParams
impl Unpin for GetMiscLunartimeParams
impl UnsafeUnpin for GetMiscLunartimeParams
impl UnwindSafe for GetMiscLunartimeParams
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