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