pub struct DeleteImagePermissionsResult {}
Trait Implementations§
Source§impl Clone for DeleteImagePermissionsResult
impl Clone for DeleteImagePermissionsResult
Source§fn clone(&self) -> DeleteImagePermissionsResult
fn clone(&self) -> DeleteImagePermissionsResult
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 DeleteImagePermissionsResult
impl Debug for DeleteImagePermissionsResult
Source§impl Default for DeleteImagePermissionsResult
impl Default for DeleteImagePermissionsResult
Source§fn default() -> DeleteImagePermissionsResult
fn default() -> DeleteImagePermissionsResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteImagePermissionsResult
impl<'de> Deserialize<'de> for DeleteImagePermissionsResult
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 DeleteImagePermissionsResult
impl PartialEq for DeleteImagePermissionsResult
Source§fn eq(&self, other: &DeleteImagePermissionsResult) -> bool
fn eq(&self, other: &DeleteImagePermissionsResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeleteImagePermissionsResult
Auto Trait Implementations§
impl Freeze for DeleteImagePermissionsResult
impl RefUnwindSafe for DeleteImagePermissionsResult
impl Send for DeleteImagePermissionsResult
impl Sync for DeleteImagePermissionsResult
impl Unpin for DeleteImagePermissionsResult
impl UnwindSafe for DeleteImagePermissionsResult
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