pub struct UnknownDimension;Expand description
Unknown intersection dimension (not yet computed).
Trait Implementations§
Source§impl Clone for UnknownDimension
impl Clone for UnknownDimension
Source§fn clone(&self) -> UnknownDimension
fn clone(&self) -> UnknownDimension
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnknownDimension
impl Debug for UnknownDimension
Source§impl Default for UnknownDimension
impl Default for UnknownDimension
Source§fn default() -> UnknownDimension
fn default() -> UnknownDimension
Returns the “default value” for a type. Read more
Source§impl Hash for UnknownDimension
impl Hash for UnknownDimension
Source§impl PartialEq for UnknownDimension
impl PartialEq for UnknownDimension
impl Copy for UnknownDimension
impl Eq for UnknownDimension
impl IntersectionDimension for UnknownDimension
impl StructuralPartialEq for UnknownDimension
Auto Trait Implementations§
impl Freeze for UnknownDimension
impl RefUnwindSafe for UnknownDimension
impl Send for UnknownDimension
impl Sync for UnknownDimension
impl Unpin for UnknownDimension
impl UnwindSafe for UnknownDimension
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