pub struct CreateResourceParameters {
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 CreateResourceParameters
impl Clone for CreateResourceParameters
Source§fn clone(&self) -> CreateResourceParameters
fn clone(&self) -> CreateResourceParameters
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 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