pub struct EventSourceMappingRef { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for EventSourceMappingRef
impl Clone for EventSourceMappingRef
Source§fn clone(&self) -> EventSourceMappingRef
fn clone(&self) -> EventSourceMappingRef
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 EventSourceMappingRef
impl RefUnwindSafe for EventSourceMappingRef
impl Send for EventSourceMappingRef
impl Sync for EventSourceMappingRef
impl Unpin for EventSourceMappingRef
impl UnwindSafe for EventSourceMappingRef
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