pub struct OriginPresent;Auto Trait Implementations§
impl Freeze for OriginPresent
impl RefUnwindSafe for OriginPresent
impl Send for OriginPresent
impl Sync for OriginPresent
impl Unpin for OriginPresent
impl UnwindSafe for OriginPresent
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