pub struct ScrollableFlagUpdatedEvent {
pub params: ScrollableFlagUpdatedEventParams,
}Fields§
§params: ScrollableFlagUpdatedEventParamsTrait Implementations§
Source§impl Clone for ScrollableFlagUpdatedEvent
impl Clone for ScrollableFlagUpdatedEvent
Source§fn clone(&self) -> ScrollableFlagUpdatedEvent
fn clone(&self) -> ScrollableFlagUpdatedEvent
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 ScrollableFlagUpdatedEvent
impl Debug for ScrollableFlagUpdatedEvent
Source§impl<'de> Deserialize<'de> for ScrollableFlagUpdatedEvent
impl<'de> Deserialize<'de> for ScrollableFlagUpdatedEvent
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 StructuralPartialEq for ScrollableFlagUpdatedEvent
Auto Trait Implementations§
impl Freeze for ScrollableFlagUpdatedEvent
impl RefUnwindSafe for ScrollableFlagUpdatedEvent
impl Send for ScrollableFlagUpdatedEvent
impl Sync for ScrollableFlagUpdatedEvent
impl Unpin for ScrollableFlagUpdatedEvent
impl UnwindSafe for ScrollableFlagUpdatedEvent
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