pub struct AssignmentRepository {
pub default_branch: Option<String>,
pub full_name: Option<String>,
pub html_url: Option<String>,
pub id: Option<f64>,
pub node_id: Option<String>,
pub private: Option<bool>,
}Fields§
§default_branch: Option<String>§full_name: Option<String>§html_url: Option<String>§id: Option<f64>§node_id: Option<String>§private: Option<bool>Trait Implementations§
Source§impl Clone for AssignmentRepository
impl Clone for AssignmentRepository
Source§fn clone(&self) -> AssignmentRepository
fn clone(&self) -> AssignmentRepository
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 AssignmentRepository
impl Debug for AssignmentRepository
Source§impl<'de> Deserialize<'de> for AssignmentRepository
impl<'de> Deserialize<'de> for AssignmentRepository
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 AssignmentRepository
impl RefUnwindSafe for AssignmentRepository
impl Send for AssignmentRepository
impl Sync for AssignmentRepository
impl Unpin for AssignmentRepository
impl UnsafeUnpin for AssignmentRepository
impl UnwindSafe for AssignmentRepository
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