Struct supernova::models::GroupSchedulingOnce [−][src]
pub struct GroupSchedulingOnce {
pub title: Option<String>,
pub datetime: DateTime<Utc>,
pub duration: u16,
pub revoked: bool,
}
Fields
title: Option<String>
datetime: DateTime<Utc>
duration: u16
revoked: bool
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for GroupSchedulingOnce
impl Send for GroupSchedulingOnce
impl Sync for GroupSchedulingOnce
impl Unpin for GroupSchedulingOnce
impl UnwindSafe for GroupSchedulingOnce
Blanket Implementations
Mutably borrows from an owned value. Read more