pub struct TupleFormat { /* private fields */ }
Expand description
Tuple format
Each Tuple has associated format (class). Default format is used to create tuples which are not attach to any particular space.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TupleFormat
impl RefUnwindSafe for TupleFormat
impl !Send for TupleFormat
impl !Sync for TupleFormat
impl Unpin for TupleFormat
impl UnwindSafe for TupleFormat
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