pub struct ServiceLinkedRoleDeletion {
pub deletion_task_id: String,
pub status: String,
}Fields§
§deletion_task_id: String§status: StringTrait Implementations§
Source§impl Clone for ServiceLinkedRoleDeletion
impl Clone for ServiceLinkedRoleDeletion
Source§fn clone(&self) -> ServiceLinkedRoleDeletion
fn clone(&self) -> ServiceLinkedRoleDeletion
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 ServiceLinkedRoleDeletion
impl RefUnwindSafe for ServiceLinkedRoleDeletion
impl Send for ServiceLinkedRoleDeletion
impl Sync for ServiceLinkedRoleDeletion
impl Unpin for ServiceLinkedRoleDeletion
impl UnsafeUnpin for ServiceLinkedRoleDeletion
impl UnwindSafe for ServiceLinkedRoleDeletion
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