pub struct ChildEvent {
pub event: ChildEventType,
pub snapshot: DataSnapshot,
pub previous_name: Option<String>,
}Fields§
§event: ChildEventType§snapshot: DataSnapshot§previous_name: Option<String>Trait Implementations§
Source§impl Clone for ChildEvent
impl Clone for ChildEvent
Source§fn clone(&self) -> ChildEvent
fn clone(&self) -> ChildEvent
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 moreAuto Trait Implementations§
impl Freeze for ChildEvent
impl !RefUnwindSafe for ChildEvent
impl Send for ChildEvent
impl Sync for ChildEvent
impl Unpin for ChildEvent
impl !UnwindSafe for ChildEvent
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