pub struct WhoisObjectLastUpdatedResponse {
pub field: String,
}Fields§
§field: StringTrait Implementations§
Source§impl Clone for WhoisObjectLastUpdatedResponse
impl Clone for WhoisObjectLastUpdatedResponse
Source§fn clone(&self) -> WhoisObjectLastUpdatedResponse
fn clone(&self) -> WhoisObjectLastUpdatedResponse
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<'de> Deserialize<'de> for WhoisObjectLastUpdatedResponse
impl<'de> Deserialize<'de> for WhoisObjectLastUpdatedResponse
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 WhoisObjectLastUpdatedResponse
impl PartialEq for WhoisObjectLastUpdatedResponse
Source§fn eq(&self, other: &WhoisObjectLastUpdatedResponse) -> bool
fn eq(&self, other: &WhoisObjectLastUpdatedResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for WhoisObjectLastUpdatedResponse
impl StructuralPartialEq for WhoisObjectLastUpdatedResponse
Auto Trait Implementations§
impl Freeze for WhoisObjectLastUpdatedResponse
impl RefUnwindSafe for WhoisObjectLastUpdatedResponse
impl Send for WhoisObjectLastUpdatedResponse
impl Sync for WhoisObjectLastUpdatedResponse
impl Unpin for WhoisObjectLastUpdatedResponse
impl UnsafeUnpin for WhoisObjectLastUpdatedResponse
impl UnwindSafe for WhoisObjectLastUpdatedResponse
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