pub struct Joined<R, Nested = NoLoad> {
pub rel: R,
pub nested: Nested,
}Fields§
§rel: R§nested: NestedImplementations§
Trait Implementations§
impl<R: Copy, Nested: Copy> Copy for Joined<R, Nested>
Auto Trait Implementations§
impl<R, Nested> Freeze for Joined<R, Nested>
impl<R, Nested> RefUnwindSafe for Joined<R, Nested>where
R: RefUnwindSafe,
Nested: RefUnwindSafe,
impl<R, Nested> Send for Joined<R, Nested>
impl<R, Nested> Sync for Joined<R, Nested>
impl<R, Nested> Unpin for Joined<R, Nested>
impl<R, Nested> UnwindSafe for Joined<R, Nested>where
R: UnwindSafe,
Nested: UnwindSafe,
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