pub struct GetProjectRelationRulesRequest {
pub project_key: String,
pub remote_projects: Option<Vec<String>>,
}Fields§
§project_key: String§remote_projects: Option<Vec<String>>Trait Implementations§
Source§impl Default for GetProjectRelationRulesRequest
impl Default for GetProjectRelationRulesRequest
Source§fn default() -> GetProjectRelationRulesRequest
fn default() -> GetProjectRelationRulesRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetProjectRelationRulesRequest
impl RefUnwindSafe for GetProjectRelationRulesRequest
impl Send for GetProjectRelationRulesRequest
impl Sync for GetProjectRelationRulesRequest
impl Unpin for GetProjectRelationRulesRequest
impl UnwindSafe for GetProjectRelationRulesRequest
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