pub struct UpdateSiteResponse {
pub site: Option<Site>,
}Fields§
§site: Option<Site>Information about the site.
Trait Implementations§
Source§impl Clone for UpdateSiteResponse
impl Clone for UpdateSiteResponse
Source§fn clone(&self) -> UpdateSiteResponse
fn clone(&self) -> UpdateSiteResponse
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 UpdateSiteResponse
impl Debug for UpdateSiteResponse
Source§impl Default for UpdateSiteResponse
impl Default for UpdateSiteResponse
Source§fn default() -> UpdateSiteResponse
fn default() -> UpdateSiteResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateSiteResponse
impl<'de> Deserialize<'de> for UpdateSiteResponse
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 UpdateSiteResponse
impl PartialEq for UpdateSiteResponse
impl StructuralPartialEq for UpdateSiteResponse
Auto Trait Implementations§
impl Freeze for UpdateSiteResponse
impl RefUnwindSafe for UpdateSiteResponse
impl Send for UpdateSiteResponse
impl Sync for UpdateSiteResponse
impl Unpin for UpdateSiteResponse
impl UnwindSafe for UpdateSiteResponse
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