pub struct StartInstant {
pub applications: Option<HashMap<String, i64>>,
pub tenant: Option<i64>,
}Fields§
§applications: Option<HashMap<String, i64>>§tenant: Option<i64>The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC.
Implementations§
Source§impl StartInstant
impl StartInstant
pub fn new() -> StartInstant
Trait Implementations§
Source§impl Clone for StartInstant
impl Clone for StartInstant
Source§fn clone(&self) -> StartInstant
fn clone(&self) -> StartInstant
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 Debug for StartInstant
impl Debug for StartInstant
Source§impl Default for StartInstant
impl Default for StartInstant
Source§fn default() -> StartInstant
fn default() -> StartInstant
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StartInstant
impl<'de> Deserialize<'de> for StartInstant
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 StartInstant
impl PartialEq for StartInstant
Source§impl Serialize for StartInstant
impl Serialize for StartInstant
impl StructuralPartialEq for StartInstant
Auto Trait Implementations§
impl Freeze for StartInstant
impl RefUnwindSafe for StartInstant
impl Send for StartInstant
impl Sync for StartInstant
impl Unpin for StartInstant
impl UnwindSafe for StartInstant
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