pub struct Prefixes(/* private fields */);
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Prefixes
impl RefUnwindSafe for Prefixes
impl Send for Prefixes
impl Sync for Prefixes
impl Unpin for Prefixes
impl UnwindSafe for Prefixes
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