Enum gpui2::AvailableSpace
source · pub enum AvailableSpace {
Definite(Pixels),
MinContent,
MaxContent,
}
Variants§
Definite(Pixels)
The amount of space available is the specified number of pixels
MinContent
The amount of space available is indefinite and the node should be laid out under a min-content constraint
MaxContent
The amount of space available is indefinite and the node should be laid out under a max-content constraint
Trait Implementations§
source§impl Clone for AvailableSpace
impl Clone for AvailableSpace
source§fn clone(&self) -> AvailableSpace
fn clone(&self) -> AvailableSpace
Returns a copy 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 AvailableSpace
impl Debug for AvailableSpace
source§impl Default for AvailableSpace
impl Default for AvailableSpace
source§fn default() -> AvailableSpace
fn default() -> AvailableSpace
Returns the “default value” for a type. Read more
source§impl From<AvailableSpace> for AvailableSpace
impl From<AvailableSpace> for AvailableSpace
source§fn from(space: AvailableSpace) -> TaffyAvailableSpace
fn from(space: AvailableSpace) -> TaffyAvailableSpace
Converts to this type from the input type.
source§impl From<AvailableSpace> for AvailableSpace
impl From<AvailableSpace> for AvailableSpace
source§fn from(space: TaffyAvailableSpace) -> AvailableSpace
fn from(space: TaffyAvailableSpace) -> AvailableSpace
Converts to this type from the input type.
source§impl From<Pixels> for AvailableSpace
impl From<Pixels> for AvailableSpace
source§impl PartialEq<AvailableSpace> for AvailableSpace
impl PartialEq<AvailableSpace> for AvailableSpace
source§fn eq(&self, other: &AvailableSpace) -> bool
fn eq(&self, other: &AvailableSpace) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AvailableSpace
impl Eq for AvailableSpace
impl StructuralEq for AvailableSpace
impl StructuralPartialEq for AvailableSpace
Auto Trait Implementations§
impl RefUnwindSafe for AvailableSpace
impl Send for AvailableSpace
impl Sync for AvailableSpace
impl Unpin for AvailableSpace
impl UnwindSafe for AvailableSpace
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IsDefault for Twhere
T: Default + PartialEq<T> + Copy,
impl<T> IsDefault for Twhere T: Default + PartialEq<T> + Copy,
source§fn is_default(&self) -> bool
fn is_default(&self) -> bool
Checks that type has a default value.