pub struct Application;Trait Implementations§
Source§impl HasField<__typename> for Application
impl HasField<__typename> for Application
Source§impl HasField<clientId> for Application
impl HasField<clientId> for Application
Source§impl HasField<description> for Application
impl HasField<description> for Application
Source§impl HasField<developer> for Application
impl HasField<developer> for Application
Source§impl HasField<developerUrl> for Application
impl HasField<developerUrl> for Application
Source§impl HasField<id> for Application
impl HasField<id> for Application
Source§impl HasField<imageUrl> for Application
impl HasField<imageUrl> for Application
Source§impl HasField<name> for Application
impl HasField<name> for Application
Auto Trait Implementations§
impl Freeze for Application
impl RefUnwindSafe for Application
impl Send for Application
impl Sync for Application
impl Unpin for Application
impl UnwindSafe for Application
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