pub struct SiteMoveSettings {
pub target_site: String,
pub validation_tag: String,
}Expand description
Site move configuration settings
Settings required to configure a site migration.
Fields§
§target_site: StringTarget site URL (new location)
validation_tag: StringValidation tag to verify ownership of target site
Trait Implementations§
Source§impl Clone for SiteMoveSettings
impl Clone for SiteMoveSettings
Source§fn clone(&self) -> SiteMoveSettings
fn clone(&self) -> SiteMoveSettings
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SiteMoveSettings
impl Debug for SiteMoveSettings
Source§impl<'de> Deserialize<'de> for SiteMoveSettings
impl<'de> Deserialize<'de> for SiteMoveSettings
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
Auto Trait Implementations§
impl Freeze for SiteMoveSettings
impl RefUnwindSafe for SiteMoveSettings
impl Send for SiteMoveSettings
impl Sync for SiteMoveSettings
impl Unpin for SiteMoveSettings
impl UnwindSafe for SiteMoveSettings
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)