pub enum StrPrefix {
Binary,
CLike,
}
Variants§
Implementations§
Trait Implementations§
impl Copy for StrPrefix
impl StructuralPartialEq for StrPrefix
Auto Trait Implementations§
impl Freeze for StrPrefix
impl RefUnwindSafe for StrPrefix
impl Send for StrPrefix
impl Sync for StrPrefix
impl Unpin for StrPrefix
impl UnwindSafe for StrPrefix
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