pub struct OperationGetExternalRole;
Trait Implementations§
Source§impl Operation for OperationGetExternalRole
impl Operation for OperationGetExternalRole
Auto Trait Implementations§
impl Freeze for OperationGetExternalRole
impl RefUnwindSafe for OperationGetExternalRole
impl Send for OperationGetExternalRole
impl Sync for OperationGetExternalRole
impl Unpin for OperationGetExternalRole
impl UnwindSafe for OperationGetExternalRole
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