pub struct GetDefaultBranchRepositoryDefaultBranchRefTarget {
pub oid: GitObjectId,
pub on: GetDefaultBranchRepositoryDefaultBranchRefTargetOn,
}Fields§
§oid: GitObjectId§on: GetDefaultBranchRepositoryDefaultBranchRefTargetOnTrait Implementations§
Source§impl<'de> Deserialize<'de> for GetDefaultBranchRepositoryDefaultBranchRefTarget
impl<'de> Deserialize<'de> for GetDefaultBranchRepositoryDefaultBranchRefTarget
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 GetDefaultBranchRepositoryDefaultBranchRefTarget
impl RefUnwindSafe for GetDefaultBranchRepositoryDefaultBranchRefTarget
impl Send for GetDefaultBranchRepositoryDefaultBranchRefTarget
impl Sync for GetDefaultBranchRepositoryDefaultBranchRefTarget
impl Unpin for GetDefaultBranchRepositoryDefaultBranchRefTarget
impl UnsafeUnpin for GetDefaultBranchRepositoryDefaultBranchRefTarget
impl UnwindSafe for GetDefaultBranchRepositoryDefaultBranchRefTarget
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