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