pub struct GetFeaturedCollectionsRequest {
pub parent: u32,
}Fields§
§parent: u32The ID of the parent featured collection (category) to retrieve children for. Use 0 for top-level.
Implementations§
Trait Implementations§
Source§impl Clone for GetFeaturedCollectionsRequest
impl Clone for GetFeaturedCollectionsRequest
Source§fn clone(&self) -> GetFeaturedCollectionsRequest
fn clone(&self) -> GetFeaturedCollectionsRequest
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 PartialEq for GetFeaturedCollectionsRequest
impl PartialEq for GetFeaturedCollectionsRequest
Source§fn eq(&self, other: &GetFeaturedCollectionsRequest) -> bool
fn eq(&self, other: &GetFeaturedCollectionsRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetFeaturedCollectionsRequest
Auto Trait Implementations§
impl Freeze for GetFeaturedCollectionsRequest
impl RefUnwindSafe for GetFeaturedCollectionsRequest
impl Send for GetFeaturedCollectionsRequest
impl Sync for GetFeaturedCollectionsRequest
impl Unpin for GetFeaturedCollectionsRequest
impl UnsafeUnpin for GetFeaturedCollectionsRequest
impl UnwindSafe for GetFeaturedCollectionsRequest
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