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