pub struct GetRelatedWebsiteSetsResult {
pub sets: Vec<RelatedWebsiteSet>,
}Fields§
§sets: Vec<RelatedWebsiteSet>Trait Implementations§
Source§impl Clone for GetRelatedWebsiteSetsResult
impl Clone for GetRelatedWebsiteSetsResult
Source§fn clone(&self) -> GetRelatedWebsiteSetsResult
fn clone(&self) -> GetRelatedWebsiteSetsResult
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 GetRelatedWebsiteSetsResult
impl Debug for GetRelatedWebsiteSetsResult
Source§impl<'de> Deserialize<'de> for GetRelatedWebsiteSetsResult
impl<'de> Deserialize<'de> for GetRelatedWebsiteSetsResult
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 TryFrom<Value> for GetRelatedWebsiteSetsResult
impl TryFrom<Value> for GetRelatedWebsiteSetsResult
impl StructuralPartialEq for GetRelatedWebsiteSetsResult
Auto Trait Implementations§
impl Freeze for GetRelatedWebsiteSetsResult
impl RefUnwindSafe for GetRelatedWebsiteSetsResult
impl Send for GetRelatedWebsiteSetsResult
impl Sync for GetRelatedWebsiteSetsResult
impl Unpin for GetRelatedWebsiteSetsResult
impl UnsafeUnpin for GetRelatedWebsiteSetsResult
impl UnwindSafe for GetRelatedWebsiteSetsResult
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