pub struct NlRequest {
pub id: String,
pub expression: String,
pub unary: bool,
pub subject_type: Option<VariableType>,
}Fields§
§id: String§expression: String§unary: bool§subject_type: Option<VariableType>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for NlRequest
impl !Send for NlRequest
impl !Sync for NlRequest
impl !UnwindSafe for NlRequest
impl Freeze for NlRequest
impl Unpin for NlRequest
impl UnsafeUnpin for NlRequest
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