pub struct ClearScroll {
pub scroll_id: Option<ScrollIds>,
}Expand description
ClearScroll
Comma-separated list of scroll IDs to clear if none was specified using the scroll_id parameter
Fields§
§scroll_id: Option<ScrollIds>Implementations§
Source§impl ClearScroll
impl ClearScroll
Sourcepub fn new() -> ClearScroll
pub fn new() -> ClearScroll
Comma-separated list of scroll IDs to clear if none was specified using the scroll_id parameter
Trait Implementations§
Source§impl Clone for ClearScroll
impl Clone for ClearScroll
Source§fn clone(&self) -> ClearScroll
fn clone(&self) -> ClearScroll
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 moreSource§impl Debug for ClearScroll
impl Debug for ClearScroll
Source§impl Default for ClearScroll
impl Default for ClearScroll
Source§fn default() -> ClearScroll
fn default() -> ClearScroll
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClearScroll
impl<'de> Deserialize<'de> for ClearScroll
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 PartialEq for ClearScroll
impl PartialEq for ClearScroll
Source§fn eq(&self, other: &ClearScroll) -> bool
fn eq(&self, other: &ClearScroll) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ClearScroll
impl Serialize for ClearScroll
impl StructuralPartialEq for ClearScroll
Auto Trait Implementations§
impl Freeze for ClearScroll
impl RefUnwindSafe for ClearScroll
impl Send for ClearScroll
impl Sync for ClearScroll
impl Unpin for ClearScroll
impl UnsafeUnpin for ClearScroll
impl UnwindSafe for ClearScroll
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