pub struct OPTIONAL_UNGREEDY { /* private fields */ }
Trait Implementations§
Source§impl Deref for OPTIONAL_UNGREEDY
impl Deref for OPTIONAL_UNGREEDY
impl LazyStatic for OPTIONAL_UNGREEDY
Auto Trait Implementations§
impl Freeze for OPTIONAL_UNGREEDY
impl RefUnwindSafe for OPTIONAL_UNGREEDY
impl Send for OPTIONAL_UNGREEDY
impl Sync for OPTIONAL_UNGREEDY
impl Unpin for OPTIONAL_UNGREEDY
impl UnwindSafe for OPTIONAL_UNGREEDY
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