pub struct AppliedEvent {
pub fragment_id: FragmentId,
pub effect: ProjectionEffect,
}Fields§
§fragment_id: FragmentId§effect: ProjectionEffectTrait Implementations§
Source§impl Clone for AppliedEvent
impl Clone for AppliedEvent
Source§fn clone(&self) -> AppliedEvent
fn clone(&self) -> AppliedEvent
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 AppliedEvent
impl Debug for AppliedEvent
impl Eq for AppliedEvent
Source§impl PartialEq for AppliedEvent
impl PartialEq for AppliedEvent
impl StructuralPartialEq for AppliedEvent
Auto Trait Implementations§
impl Freeze for AppliedEvent
impl RefUnwindSafe for AppliedEvent
impl Send for AppliedEvent
impl Sync for AppliedEvent
impl Unpin for AppliedEvent
impl UnsafeUnpin for AppliedEvent
impl UnwindSafe for AppliedEvent
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