pub struct Assignment {Show 19 fields
pub accepted: Option<f64>,
pub deadline: Option<String>,
pub editor: Option<String>,
pub feedback_pull_requests_enabled: Option<bool>,
pub id: Option<f64>,
pub invitations_enabled: Option<bool>,
pub invite_link: Option<String>,
pub language: Option<String>,
pub max_members: Option<f64>,
pub max_teams: Option<f64>,
pub passing: Option<f64>,
pub public_repo: Option<bool>,
pub slug: Option<String>,
pub smartclass: Option<AssignmentClass>,
pub stater_code_repository: Option<AssignmentRepository>,
pub student_are_repo_admins: Option<bool>,
pub submitted: Option<f64>,
pub title: Option<String>,
pub type: Option<String>,
}Fields§
§accepted: Option<f64>§deadline: Option<String>§editor: Option<String>§feedback_pull_requests_enabled: Option<bool>§id: Option<f64>§invitations_enabled: Option<bool>§invite_link: Option<String>§language: Option<String>§max_members: Option<f64>§max_teams: Option<f64>§passing: Option<f64>§public_repo: Option<bool>§slug: Option<String>§smartclass: Option<AssignmentClass>§stater_code_repository: Option<AssignmentRepository>§student_are_repo_admins: Option<bool>§submitted: Option<f64>§title: Option<String>§type: Option<String>Trait Implementations§
Source§impl Clone for Assignment
impl Clone for Assignment
Source§fn clone(&self) -> Assignment
fn clone(&self) -> Assignment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Assignment
impl Debug for Assignment
Source§impl<'de> Deserialize<'de> for Assignment
impl<'de> Deserialize<'de> for Assignment
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
Auto Trait Implementations§
impl Freeze for Assignment
impl RefUnwindSafe for Assignment
impl Send for Assignment
impl Sync for Assignment
impl Unpin for Assignment
impl UnsafeUnpin for Assignment
impl UnwindSafe for Assignment
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