pub struct GetLogsRequest {Show 14 fields
pub page: Option<Option<i32>>,
pub limit: Option<Option<i32>>,
pub id: Option<String>,
pub title: Option<String>,
pub created: Option<Box<GetLogsRequestCreated>>,
pub model: Option<ModelName>,
pub model_id: Option<String>,
pub action: Option<LogActionType>,
pub user_id: Option<String>,
pub change: Option<String>,
pub email: Option<String>,
pub org: Option<String>,
pub description: Option<String>,
pub ip: Option<String>,
}
Fields§
§page: Option<Option<i32>>
§limit: Option<Option<i32>>
§id: Option<String>
§title: Option<String>
§created: Option<Box<GetLogsRequestCreated>>
§model: Option<ModelName>
§model_id: Option<String>
§action: Option<LogActionType>
§user_id: Option<String>
§change: Option<String>
Text search for log change property
email: Option<String>
§org: Option<String>
Text search for log organisation name property
description: Option<String>
Text search for log change property
ip: Option<String>
Text search for log ip property
Implementations§
Source§impl GetLogsRequest
impl GetLogsRequest
pub fn new() -> GetLogsRequest
Trait Implementations§
Source§impl Clone for GetLogsRequest
impl Clone for GetLogsRequest
Source§fn clone(&self) -> GetLogsRequest
fn clone(&self) -> GetLogsRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetLogsRequest
impl Debug for GetLogsRequest
Source§impl Default for GetLogsRequest
impl Default for GetLogsRequest
Source§fn default() -> GetLogsRequest
fn default() -> GetLogsRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetLogsRequest
impl<'de> Deserialize<'de> for GetLogsRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetLogsRequest
impl PartialEq for GetLogsRequest
Source§impl Serialize for GetLogsRequest
impl Serialize for GetLogsRequest
impl StructuralPartialEq for GetLogsRequest
Auto Trait Implementations§
impl Freeze for GetLogsRequest
impl RefUnwindSafe for GetLogsRequest
impl Send for GetLogsRequest
impl Sync for GetLogsRequest
impl Unpin for GetLogsRequest
impl UnwindSafe for GetLogsRequest
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