pub struct OriginTable { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OriginTable
impl RefUnwindSafe for OriginTable
impl Send for OriginTable
impl Sync for OriginTable
impl Unpin for OriginTable
impl UnsafeUnpin for OriginTable
impl UnwindSafe for OriginTable
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