pub struct EventSourceMappingRef { /* private fields */ }Implementations§
Auto 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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more