pub struct SimpleExtensions {}
Available on crate feature
parse
only.Expand description
Trait Implementations§
Source§impl From<SimpleExtensions> for SimpleExtensions
impl From<SimpleExtensions> for SimpleExtensions
Source§fn from(_value: SimpleExtensions) -> Self
fn from(_value: SimpleExtensions) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SimpleExtensions
impl RefUnwindSafe for SimpleExtensions
impl Send for SimpleExtensions
impl Sync for SimpleExtensions
impl Unpin for SimpleExtensions
impl UnwindSafe for SimpleExtensions
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