pub struct GetDefaultBranchRepository {
pub default_branch_ref: Option<GetDefaultBranchRepositoryDefaultBranchRef>,
}Fields§
§default_branch_ref: Option<GetDefaultBranchRepositoryDefaultBranchRef>Trait Implementations§
Source§impl Debug for GetDefaultBranchRepository
impl Debug for GetDefaultBranchRepository
Source§impl<'de> Deserialize<'de> for GetDefaultBranchRepository
impl<'de> Deserialize<'de> for GetDefaultBranchRepository
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 GetDefaultBranchRepository
impl RefUnwindSafe for GetDefaultBranchRepository
impl Send for GetDefaultBranchRepository
impl Sync for GetDefaultBranchRepository
impl Unpin for GetDefaultBranchRepository
impl UnsafeUnpin for GetDefaultBranchRepository
impl UnwindSafe for GetDefaultBranchRepository
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