pub struct IntegrationLogsRequest {
pub app_id: Option<String>,
pub change_type: Option<String>,
pub count: Option<String>,
pub page: Option<String>,
pub service_id: Option<String>,
pub team_id: Option<String>,
pub user: Option<String>,
}Fields§
§app_id: Option<String>§change_type: Option<String>§count: Option<String>§page: Option<String>§service_id: Option<String>§team_id: Option<String>§user: Option<String>Trait Implementations§
Source§impl Debug for IntegrationLogsRequest
impl Debug for IntegrationLogsRequest
Source§impl Default for IntegrationLogsRequest
impl Default for IntegrationLogsRequest
Source§fn default() -> IntegrationLogsRequest
fn default() -> IntegrationLogsRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IntegrationLogsRequest
impl<'de> Deserialize<'de> for IntegrationLogsRequest
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 IntegrationLogsRequest
impl PartialEq for IntegrationLogsRequest
Source§impl Serialize for IntegrationLogsRequest
impl Serialize for IntegrationLogsRequest
impl StructuralPartialEq for IntegrationLogsRequest
Auto Trait Implementations§
impl Freeze for IntegrationLogsRequest
impl RefUnwindSafe for IntegrationLogsRequest
impl Send for IntegrationLogsRequest
impl Sync for IntegrationLogsRequest
impl Unpin for IntegrationLogsRequest
impl UnwindSafe for IntegrationLogsRequest
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