pub struct WmxSite {
pub permission_level: Option<String>,
pub site_url: Option<String>,
}Expand description
Contains permission level information about a Search Console site. For more information, see Permissions in Search Console.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- get sites (response)
Fields§
§permission_level: Option<String>The user’s permission level for the site.
site_url: Option<String>The URL of the site.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for WmxSite
impl<'de> Deserialize<'de> for WmxSite
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
impl ResponseResult for WmxSite
Auto Trait Implementations§
impl Freeze for WmxSite
impl RefUnwindSafe for WmxSite
impl Send for WmxSite
impl Sync for WmxSite
impl Unpin for WmxSite
impl UnwindSafe for WmxSite
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