Struct google_cloud_storage::http::notifications::get::GetNotificationRequest
source · pub struct GetNotificationRequest {
pub bucket: String,
pub notification: String,
}Expand description
Request message for GetNotification.
Fields§
§bucket: StringRequired. The parent bucket of the notification.
notification: StringRequired. Notification ID.
Trait Implementations§
source§impl Clone for GetNotificationRequest
impl Clone for GetNotificationRequest
source§fn clone(&self) -> GetNotificationRequest
fn clone(&self) -> GetNotificationRequest
Returns a copy 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 GetNotificationRequest
impl Debug for GetNotificationRequest
source§impl<'de> Deserialize<'de> for GetNotificationRequest
impl<'de> Deserialize<'de> for GetNotificationRequest
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 GetNotificationRequest
impl PartialEq for GetNotificationRequest
source§fn eq(&self, other: &GetNotificationRequest) -> bool
fn eq(&self, other: &GetNotificationRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for GetNotificationRequest
impl Serialize for GetNotificationRequest
impl Eq for GetNotificationRequest
impl StructuralPartialEq for GetNotificationRequest
Auto Trait Implementations§
impl Freeze for GetNotificationRequest
impl RefUnwindSafe for GetNotificationRequest
impl Send for GetNotificationRequest
impl Sync for GetNotificationRequest
impl Unpin for GetNotificationRequest
impl UnwindSafe for GetNotificationRequest
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