pub struct UpdateRadiusResult {}
Expand description
Contains the results of the UpdateRadius operation.
Trait Implementations§
Source§impl Clone for UpdateRadiusResult
impl Clone for UpdateRadiusResult
Source§fn clone(&self) -> UpdateRadiusResult
fn clone(&self) -> UpdateRadiusResult
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 UpdateRadiusResult
impl Debug for UpdateRadiusResult
Source§impl Default for UpdateRadiusResult
impl Default for UpdateRadiusResult
Source§fn default() -> UpdateRadiusResult
fn default() -> UpdateRadiusResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateRadiusResult
impl<'de> Deserialize<'de> for UpdateRadiusResult
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 UpdateRadiusResult
impl PartialEq for UpdateRadiusResult
impl StructuralPartialEq for UpdateRadiusResult
Auto Trait Implementations§
impl Freeze for UpdateRadiusResult
impl RefUnwindSafe for UpdateRadiusResult
impl Send for UpdateRadiusResult
impl Sync for UpdateRadiusResult
impl Unpin for UpdateRadiusResult
impl UnwindSafe for UpdateRadiusResult
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