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