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