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