pub struct Ancestor {
pub resource_id: Option<ResourceId>,
}Expand description
Identifying information for a single ancestor of a project.
This type is not used in any activity, and only used as part of another schema.
Fields§
§resource_id: Option<ResourceId>Resource id of the ancestor.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Ancestor
impl<'de> Deserialize<'de> for Ancestor
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 Part for Ancestor
Auto Trait Implementations§
impl Freeze for Ancestor
impl RefUnwindSafe for Ancestor
impl Send for Ancestor
impl Sync for Ancestor
impl Unpin for Ancestor
impl UnwindSafe for Ancestor
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