pub struct LastJourney {
pub type_field: String,
pub hour: String,
pub minute: String,
pub interval_id: i64,
}
Fields§
§type_field: String
§hour: String
§minute: String
§interval_id: i64
Trait Implementations§
Source§impl Clone for LastJourney
impl Clone for LastJourney
Source§fn clone(&self) -> LastJourney
fn clone(&self) -> LastJourney
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 LastJourney
impl Debug for LastJourney
Source§impl Default for LastJourney
impl Default for LastJourney
Source§fn default() -> LastJourney
fn default() -> LastJourney
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LastJourney
impl<'de> Deserialize<'de> for LastJourney
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 LastJourney
impl PartialEq for LastJourney
Source§impl Serialize for LastJourney
impl Serialize for LastJourney
impl StructuralPartialEq for LastJourney
Auto Trait Implementations§
impl Freeze for LastJourney
impl RefUnwindSafe for LastJourney
impl Send for LastJourney
impl Sync for LastJourney
impl Unpin for LastJourney
impl UnwindSafe for LastJourney
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