pub struct ResourceIdResponse {
pub id: ResourceId,
}
Expand description
Response for successfully finding the draft of a resource.
Fields§
§id: ResourceId
The ID of the resource
Trait Implementations§
Source§impl Clone for ResourceIdResponse
impl Clone for ResourceIdResponse
Source§fn clone(&self) -> ResourceIdResponse
fn clone(&self) -> ResourceIdResponse
Returns a copy 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 ResourceIdResponse
impl Debug for ResourceIdResponse
Source§impl<'de> Deserialize<'de> for ResourceIdResponse
impl<'de> Deserialize<'de> for ResourceIdResponse
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 ResourceIdResponse
impl RefUnwindSafe for ResourceIdResponse
impl Send for ResourceIdResponse
impl Sync for ResourceIdResponse
impl Unpin for ResourceIdResponse
impl UnwindSafe for ResourceIdResponse
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