pub struct DropResourceParameters {
pub timestamp: Datetime,
pub resource_id: WorkerResourceId,
pub name: String,
pub owner: String,
}
Fields§
§timestamp: Datetime
§resource_id: WorkerResourceId
§name: String
§owner: String
Trait Implementations§
Source§impl Clone for DropResourceParameters
impl Clone for DropResourceParameters
Source§fn clone(&self) -> DropResourceParameters
fn clone(&self) -> DropResourceParameters
Returns a duplicate 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 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