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