pub struct StringToLowerEndpoint { /* private fields */ }Expand description
Macro Generated Marker Type
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StringToLowerEndpoint
impl RefUnwindSafe for StringToLowerEndpoint
impl Send for StringToLowerEndpoint
impl Sync for StringToLowerEndpoint
impl Unpin for StringToLowerEndpoint
impl UnwindSafe for StringToLowerEndpoint
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