pub struct DescribeResourceParameters {
pub timestamp: Datetime,
pub resource_id: WorkerResourceId,
pub resource_name: String,
pub resource_params: Vec<WitValue>,
}
Fields§
§timestamp: Datetime
§resource_id: WorkerResourceId
§resource_name: String
§resource_params: Vec<WitValue>
Trait Implementations§
Source§impl Clone for DescribeResourceParameters
impl Clone for DescribeResourceParameters
Source§fn clone(&self) -> DescribeResourceParameters
fn clone(&self) -> DescribeResourceParameters
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 moreAuto Trait Implementations§
impl Freeze for DescribeResourceParameters
impl RefUnwindSafe for DescribeResourceParameters
impl Send for DescribeResourceParameters
impl Sync for DescribeResourceParameters
impl Unpin for DescribeResourceParameters
impl UnwindSafe for DescribeResourceParameters
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