pub struct externalUserActor;Trait Implementations§
Source§impl Field for externalUserActor
impl Field for externalUserActor
Source§impl HasField<externalUserActor> for OauthClientApprovalNotification
impl HasField<externalUserActor> for OauthClientApprovalNotification
Source§type Type = Option<ExternalUser>
type Type = Option<ExternalUser>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for externalUserActor
impl RefUnwindSafe for externalUserActor
impl Send for externalUserActor
impl Sync for externalUserActor
impl Unpin for externalUserActor
impl UnwindSafe for externalUserActor
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