pub struct ResourceBatchCreate {
pub resources: Vec<ResourceCreateDescriptor>,
}Fields§
§resources: Vec<ResourceCreateDescriptor>Implementations§
Source§impl ResourceBatchCreate
impl ResourceBatchCreate
pub fn new(resources: Vec<ResourceCreateDescriptor>) -> Self
Trait Implementations§
Source§impl Clone for ResourceBatchCreate
impl Clone for ResourceBatchCreate
Source§fn clone(&self) -> ResourceBatchCreate
fn clone(&self) -> ResourceBatchCreate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ResourceBatchCreate
impl RefUnwindSafe for ResourceBatchCreate
impl Send for ResourceBatchCreate
impl Sync for ResourceBatchCreate
impl Unpin for ResourceBatchCreate
impl UnsafeUnpin for ResourceBatchCreate
impl UnwindSafe for ResourceBatchCreate
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