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