[−][src]Struct webdev_lib::tests::test_sessions::models::PartialRawTestSessionRegistration
Fields
taker_id: Option<u64>
registered: Option<NaiveDateTime>
opened_test: Option<Option<NaiveDateTime>>
submitted_test: Option<Option<NaiveDateTime>>
score: Option<Option<f32>>
Trait Implementations
impl Debug for PartialRawTestSessionRegistration
[src][+]
impl<'update> AsChangeset for &'update PartialRawTestSessionRegistration
[src][+]
impl<'update> AsChangeset for PartialRawTestSessionRegistration
[src][+]
Auto Trait Implementations
impl Unpin for PartialRawTestSessionRegistration
impl Sync for PartialRawTestSessionRegistration
impl Send for PartialRawTestSessionRegistration
impl UnwindSafe for PartialRawTestSessionRegistration
impl RefUnwindSafe for PartialRawTestSessionRegistration
Blanket Implementations
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> IntoSql for T
[src][+]
impl<T> Typeable for T where
T: Any,
[src][+]
T: Any,
impl<T> Erased for T
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,