pub enum LayoutTargetValues {
Inner,
Outer,
}Variants§
Trait Implementations§
Source§impl Clone for LayoutTargetValues
impl Clone for LayoutTargetValues
Source§fn clone(&self) -> LayoutTargetValues
fn clone(&self) -> LayoutTargetValues
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LayoutTargetValues
impl Debug for LayoutTargetValues
Source§impl Default for LayoutTargetValues
impl Default for LayoutTargetValues
Source§fn default() -> LayoutTargetValues
fn default() -> LayoutTargetValues
Returns the “default value” for a type. Read more
Source§impl EnumTrait for LayoutTargetValues
impl EnumTrait for LayoutTargetValues
fn value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for LayoutTargetValues
impl RefUnwindSafe for LayoutTargetValues
impl Send for LayoutTargetValues
impl Sync for LayoutTargetValues
impl Unpin for LayoutTargetValues
impl UnsafeUnpin for LayoutTargetValues
impl UnwindSafe for LayoutTargetValues
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