pub struct FrameResizedEvent(pub Option<Value>);Tuple Fields§
§0: Option<Value>Trait Implementations§
Source§impl Clone for FrameResizedEvent
impl Clone for FrameResizedEvent
Source§fn clone(&self) -> FrameResizedEvent
fn clone(&self) -> FrameResizedEvent
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 FrameResizedEvent
impl Debug for FrameResizedEvent
Source§impl<'de> Deserialize<'de> for FrameResizedEvent
impl<'de> Deserialize<'de> for FrameResizedEvent
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 FrameResizedEvent
impl PartialEq for FrameResizedEvent
Source§impl Serialize for FrameResizedEvent
impl Serialize for FrameResizedEvent
impl StructuralPartialEq for FrameResizedEvent
Auto Trait Implementations§
impl Freeze for FrameResizedEvent
impl RefUnwindSafe for FrameResizedEvent
impl Send for FrameResizedEvent
impl Sync for FrameResizedEvent
impl Unpin for FrameResizedEvent
impl UnwindSafe for FrameResizedEvent
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