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