pub struct GetStatus200ResponseServerResets {
pub next: String,
pub frequency: String,
}Expand description
Fields§
§next: StringThe date and time when the game server will reset.
frequency: StringHow often we intend to reset the game server.
Implementations§
Source§impl GetStatus200ResponseServerResets
impl GetStatus200ResponseServerResets
Sourcepub fn new(next: String, frequency: String) -> GetStatus200ResponseServerResets
pub fn new(next: String, frequency: String) -> GetStatus200ResponseServerResets
Create value with optional fields set to None.
Trait Implementations§
Source§impl Clone for GetStatus200ResponseServerResets
impl Clone for GetStatus200ResponseServerResets
Source§fn clone(&self) -> GetStatus200ResponseServerResets
fn clone(&self) -> GetStatus200ResponseServerResets
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<'de> Deserialize<'de> for GetStatus200ResponseServerResets
impl<'de> Deserialize<'de> for GetStatus200ResponseServerResets
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 GetStatus200ResponseServerResets
impl PartialEq for GetStatus200ResponseServerResets
Source§fn eq(&self, other: &GetStatus200ResponseServerResets) -> bool
fn eq(&self, other: &GetStatus200ResponseServerResets) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetStatus200ResponseServerResets
Auto Trait Implementations§
impl Freeze for GetStatus200ResponseServerResets
impl RefUnwindSafe for GetStatus200ResponseServerResets
impl Send for GetStatus200ResponseServerResets
impl Sync for GetStatus200ResponseServerResets
impl Unpin for GetStatus200ResponseServerResets
impl UnwindSafe for GetStatus200ResponseServerResets
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