Struct celcat::fetchable::calendar::CalendarData [−][src]
pub struct CalendarData<T: ResourceType> {
pub courses: Vec<Course>,
pub request: PhantomData<T>,
}Fields
courses: Vec<Course>request: PhantomData<T>Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
type Request = CalendarDataRequest<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for CalendarData<T> where
T: RefUnwindSafe,
impl<T> Send for CalendarData<T> where
T: Send,
impl<T> Sync for CalendarData<T> where
T: Sync,
impl<T> Unpin for CalendarData<T> where
T: Unpin,
impl<T> UnwindSafe for CalendarData<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more