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