pub struct ListTaskPushNotificationConfigSuccessResponse {
pub id: NumberOrString,
pub jsonrpc: String,
pub result: Vec<TaskPushNotificationConfig>,
}
Fields§
§id: NumberOrString
§jsonrpc: String
§result: Vec<TaskPushNotificationConfig>
Trait Implementations§
Source§impl Clone for ListTaskPushNotificationConfigSuccessResponse
impl Clone for ListTaskPushNotificationConfigSuccessResponse
Source§fn clone(&self) -> ListTaskPushNotificationConfigSuccessResponse
fn clone(&self) -> ListTaskPushNotificationConfigSuccessResponse
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<'de> Deserialize<'de> for ListTaskPushNotificationConfigSuccessResponse
impl<'de> Deserialize<'de> for ListTaskPushNotificationConfigSuccessResponse
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
Auto Trait Implementations§
impl Freeze for ListTaskPushNotificationConfigSuccessResponse
impl RefUnwindSafe for ListTaskPushNotificationConfigSuccessResponse
impl Send for ListTaskPushNotificationConfigSuccessResponse
impl Sync for ListTaskPushNotificationConfigSuccessResponse
impl Unpin for ListTaskPushNotificationConfigSuccessResponse
impl UnwindSafe for ListTaskPushNotificationConfigSuccessResponse
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