pub struct GitRepositoryCreateOptions {
pub name: Option<String>,
pub parent_repository: Option<GitRepositoryRef>,
pub project: Option<TeamProjectReference>,
}Fields§
§name: Option<String>§parent_repository: Option<GitRepositoryRef>§project: Option<TeamProjectReference>Represents a shallow reference to a TeamProject.
Implementations§
Trait Implementations§
Source§impl Clone for GitRepositoryCreateOptions
impl Clone for GitRepositoryCreateOptions
Source§fn clone(&self) -> GitRepositoryCreateOptions
fn clone(&self) -> GitRepositoryCreateOptions
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 GitRepositoryCreateOptions
impl Debug for GitRepositoryCreateOptions
Source§impl Default for GitRepositoryCreateOptions
impl Default for GitRepositoryCreateOptions
Source§fn default() -> GitRepositoryCreateOptions
fn default() -> GitRepositoryCreateOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GitRepositoryCreateOptions
impl<'de> Deserialize<'de> for GitRepositoryCreateOptions
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
impl StructuralPartialEq for GitRepositoryCreateOptions
Auto Trait Implementations§
impl Freeze for GitRepositoryCreateOptions
impl RefUnwindSafe for GitRepositoryCreateOptions
impl Send for GitRepositoryCreateOptions
impl Sync for GitRepositoryCreateOptions
impl Unpin for GitRepositoryCreateOptions
impl UnwindSafe for GitRepositoryCreateOptions
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