pub struct FieldLayoutQuery {
pub class_name: String,
}Fields§
§class_name: StringAuto Trait Implementations§
impl Freeze for FieldLayoutQuery
impl RefUnwindSafe for FieldLayoutQuery
impl Send for FieldLayoutQuery
impl Sync for FieldLayoutQuery
impl Unpin for FieldLayoutQuery
impl UnsafeUnpin for FieldLayoutQuery
impl UnwindSafe for FieldLayoutQuery
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