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