pub struct ActorType {}Trait Implementations§
impl HasInputField<actorType, ActorType> for GrantMigratorRoleInput
impl HasInputField<actorType, ActorType> for RevokeMigratorRoleInput
Auto Trait Implementations§
impl Freeze for ActorType
impl RefUnwindSafe for ActorType
impl Send for ActorType
impl Sync for ActorType
impl Unpin for ActorType
impl UnwindSafe for ActorType
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