pub struct JoinConfig {
pub input_count: usize,
}Fields§
§input_count: usizeTrait Implementations§
Source§impl Default for JoinConfig
impl Default for JoinConfig
Source§fn default() -> JoinConfig
fn default() -> JoinConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for JoinConfig
impl RefUnwindSafe for JoinConfig
impl Send for JoinConfig
impl Sync for JoinConfig
impl Unpin for JoinConfig
impl UnwindSafe for JoinConfig
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