pub struct GoalRemoveSupportingRelationshipRequest {
pub supporting_resource: String,
}Fields§
§supporting_resource: StringThe gid of the supporting resource to remove from the parent goal. Must be the gid of a goal, project, task, or portfolio.
Trait Implementations§
Source§impl Clone for GoalRemoveSupportingRelationshipRequest
impl Clone for GoalRemoveSupportingRelationshipRequest
Source§fn clone(&self) -> GoalRemoveSupportingRelationshipRequest
fn clone(&self) -> GoalRemoveSupportingRelationshipRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoalRemoveSupportingRelationshipRequest
impl Default for GoalRemoveSupportingRelationshipRequest
Source§fn default() -> GoalRemoveSupportingRelationshipRequest
fn default() -> GoalRemoveSupportingRelationshipRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoalRemoveSupportingRelationshipRequest
impl<'de> Deserialize<'de> for GoalRemoveSupportingRelationshipRequest
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 GoalRemoveSupportingRelationshipRequest
impl RefUnwindSafe for GoalRemoveSupportingRelationshipRequest
impl Send for GoalRemoveSupportingRelationshipRequest
impl Sync for GoalRemoveSupportingRelationshipRequest
impl Unpin for GoalRemoveSupportingRelationshipRequest
impl UnsafeUnpin for GoalRemoveSupportingRelationshipRequest
impl UnwindSafe for GoalRemoveSupportingRelationshipRequest
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