pub struct ClusterNotificationsCreateGotifyEndpointResponse {
pub data: Option<Value>,
pub total: Option<i32>,
pub changes: Option<Value>,
}Fields§
§data: Option<Value>§total: Option<i32>Optional total count, present for paginated list responses.
changes: Option<Value>Optional change summary returned by some PUT operations (one entry per modified field).
Implementations§
Trait Implementations§
Source§impl Clone for ClusterNotificationsCreateGotifyEndpointResponse
impl Clone for ClusterNotificationsCreateGotifyEndpointResponse
Source§fn clone(&self) -> ClusterNotificationsCreateGotifyEndpointResponse
fn clone(&self) -> ClusterNotificationsCreateGotifyEndpointResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ClusterNotificationsCreateGotifyEndpointResponse
impl Default for ClusterNotificationsCreateGotifyEndpointResponse
Source§fn default() -> ClusterNotificationsCreateGotifyEndpointResponse
fn default() -> ClusterNotificationsCreateGotifyEndpointResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClusterNotificationsCreateGotifyEndpointResponse
impl<'de> Deserialize<'de> for ClusterNotificationsCreateGotifyEndpointResponse
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 ClusterNotificationsCreateGotifyEndpointResponse
impl PartialEq for ClusterNotificationsCreateGotifyEndpointResponse
Source§fn eq(&self, other: &ClusterNotificationsCreateGotifyEndpointResponse) -> bool
fn eq(&self, other: &ClusterNotificationsCreateGotifyEndpointResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClusterNotificationsCreateGotifyEndpointResponse
Auto Trait Implementations§
impl Freeze for ClusterNotificationsCreateGotifyEndpointResponse
impl RefUnwindSafe for ClusterNotificationsCreateGotifyEndpointResponse
impl Send for ClusterNotificationsCreateGotifyEndpointResponse
impl Sync for ClusterNotificationsCreateGotifyEndpointResponse
impl Unpin for ClusterNotificationsCreateGotifyEndpointResponse
impl UnsafeUnpin for ClusterNotificationsCreateGotifyEndpointResponse
impl UnwindSafe for ClusterNotificationsCreateGotifyEndpointResponse
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