pub struct WebWidgetRegionBannerParams { /* private fields */ }Expand description
Parameters for /x/web-show/region/banner.
Implementations§
Source§impl WebWidgetRegionBannerParams
impl WebWidgetRegionBannerParams
pub fn new(region_id: VideoPartitionV2) -> Self
Trait Implementations§
Source§impl Clone for WebWidgetRegionBannerParams
impl Clone for WebWidgetRegionBannerParams
Source§fn clone(&self) -> WebWidgetRegionBannerParams
fn clone(&self) -> WebWidgetRegionBannerParams
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 moreimpl Copy for WebWidgetRegionBannerParams
Source§impl Debug for WebWidgetRegionBannerParams
impl Debug for WebWidgetRegionBannerParams
impl Eq for WebWidgetRegionBannerParams
Source§impl PartialEq for WebWidgetRegionBannerParams
impl PartialEq for WebWidgetRegionBannerParams
Source§fn eq(&self, other: &WebWidgetRegionBannerParams) -> bool
fn eq(&self, other: &WebWidgetRegionBannerParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WebWidgetRegionBannerParams
Auto Trait Implementations§
impl Freeze for WebWidgetRegionBannerParams
impl RefUnwindSafe for WebWidgetRegionBannerParams
impl Send for WebWidgetRegionBannerParams
impl Sync for WebWidgetRegionBannerParams
impl Unpin for WebWidgetRegionBannerParams
impl UnsafeUnpin for WebWidgetRegionBannerParams
impl UnwindSafe for WebWidgetRegionBannerParams
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.