pub struct QueryMappingsIn {
pub output_mapping_count: u32,
/* private fields */
}Fields§
§output_mapping_count: u32Trait Implementations§
Source§impl Debug for QueryMappingsIn
impl Debug for QueryMappingsIn
Source§impl Default for QueryMappingsIn
impl Default for QueryMappingsIn
Source§fn default() -> QueryMappingsIn
fn default() -> QueryMappingsIn
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QueryMappingsIn
impl RefUnwindSafe for QueryMappingsIn
impl Send for QueryMappingsIn
impl Sync for QueryMappingsIn
impl Unpin for QueryMappingsIn
impl UnsafeUnpin for QueryMappingsIn
impl UnwindSafe for QueryMappingsIn
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