#[repr(C)]pub struct CreateResourceParameters {
pub timestamp: Datetime,
pub resource_id: WorkerResourceId,
}
Fields§
§timestamp: Datetime
§resource_id: WorkerResourceId
Trait Implementations§
Source§impl Clone for CreateResourceParameters
impl Clone for CreateResourceParameters
Source§fn clone(&self) -> CreateResourceParameters
fn clone(&self) -> CreateResourceParameters
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 CreateResourceParameters
impl Debug for CreateResourceParameters
impl Copy for CreateResourceParameters
Auto Trait Implementations§
impl Freeze for CreateResourceParameters
impl RefUnwindSafe for CreateResourceParameters
impl Send for CreateResourceParameters
impl Sync for CreateResourceParameters
impl Unpin for CreateResourceParameters
impl UnwindSafe for CreateResourceParameters
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