pub struct CreateResourceV1 {
pub resource_type: Uuid,
pub owner: Uuid,
pub tags: Vec<Uuid>,
}Fields§
§resource_type: Uuid§owner: UuidImplementations§
Auto Trait Implementations§
impl Freeze for CreateResourceV1
impl RefUnwindSafe for CreateResourceV1
impl Send for CreateResourceV1
impl Sync for CreateResourceV1
impl Unpin for CreateResourceV1
impl UnsafeUnpin for CreateResourceV1
impl UnwindSafe for CreateResourceV1
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