pub struct GetGitSyncEnabled200Response {
pub enabled: Option<bool>,
pub reason: Option<Option<String>>,
pub max_repos: Option<Option<i32>>,
pub user_count: Option<Option<i32>>,
pub max_users: Option<Option<i32>>,
}Fields§
§enabled: Option<bool>§reason: Option<Option<String>>§max_repos: Option<Option<i32>>§user_count: Option<Option<i32>>§max_users: Option<Option<i32>>Implementations§
Source§impl GetGitSyncEnabled200Response
impl GetGitSyncEnabled200Response
pub fn new() -> GetGitSyncEnabled200Response
Trait Implementations§
Source§impl Clone for GetGitSyncEnabled200Response
impl Clone for GetGitSyncEnabled200Response
Source§fn clone(&self) -> GetGitSyncEnabled200Response
fn clone(&self) -> GetGitSyncEnabled200Response
Returns a duplicate of the value. Read more
1.0.0 · 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 GetGitSyncEnabled200Response
impl Debug for GetGitSyncEnabled200Response
Source§impl Default for GetGitSyncEnabled200Response
impl Default for GetGitSyncEnabled200Response
Source§fn default() -> GetGitSyncEnabled200Response
fn default() -> GetGitSyncEnabled200Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetGitSyncEnabled200Response
impl<'de> Deserialize<'de> for GetGitSyncEnabled200Response
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
Source§impl PartialEq for GetGitSyncEnabled200Response
impl PartialEq for GetGitSyncEnabled200Response
Source§fn eq(&self, other: &GetGitSyncEnabled200Response) -> bool
fn eq(&self, other: &GetGitSyncEnabled200Response) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetGitSyncEnabled200Response
Auto Trait Implementations§
impl Freeze for GetGitSyncEnabled200Response
impl RefUnwindSafe for GetGitSyncEnabled200Response
impl Send for GetGitSyncEnabled200Response
impl Sync for GetGitSyncEnabled200Response
impl Unpin for GetGitSyncEnabled200Response
impl UnsafeUnpin for GetGitSyncEnabled200Response
impl UnwindSafe for GetGitSyncEnabled200Response
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