pub struct CreateProtectionResponse {
pub protection_id: Option<String>,
}Fields§
§protection_id: Option<String>The unique identifier (ID) for the Protection object that is created.
Trait Implementations§
Source§impl Clone for CreateProtectionResponse
impl Clone for CreateProtectionResponse
Source§fn clone(&self) -> CreateProtectionResponse
fn clone(&self) -> CreateProtectionResponse
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 CreateProtectionResponse
impl Debug for CreateProtectionResponse
Source§impl Default for CreateProtectionResponse
impl Default for CreateProtectionResponse
Source§fn default() -> CreateProtectionResponse
fn default() -> CreateProtectionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateProtectionResponse
impl<'de> Deserialize<'de> for CreateProtectionResponse
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 CreateProtectionResponse
impl PartialEq for CreateProtectionResponse
impl StructuralPartialEq for CreateProtectionResponse
Auto Trait Implementations§
impl Freeze for CreateProtectionResponse
impl RefUnwindSafe for CreateProtectionResponse
impl Send for CreateProtectionResponse
impl Sync for CreateProtectionResponse
impl Unpin for CreateProtectionResponse
impl UnwindSafe for CreateProtectionResponse
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