pub enum LayoutTargetType {
Inner,
Outer,
}Variants§
Trait Implementations§
Source§impl Clone for LayoutTargetType
impl Clone for LayoutTargetType
Source§fn clone(&self) -> LayoutTargetType
fn clone(&self) -> LayoutTargetType
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 LayoutTargetType
impl Debug for LayoutTargetType
Source§impl<'de> Deserialize<'de> for LayoutTargetType
impl<'de> Deserialize<'de> for LayoutTargetType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for LayoutTargetType
impl Display for LayoutTargetType
Source§impl FromStr for LayoutTargetType
impl FromStr for LayoutTargetType
Source§impl PartialEq for LayoutTargetType
impl PartialEq for LayoutTargetType
Source§impl Serialize for LayoutTargetType
impl Serialize for LayoutTargetType
impl Copy for LayoutTargetType
impl Eq for LayoutTargetType
impl StructuralPartialEq for LayoutTargetType
Auto Trait Implementations§
impl Freeze for LayoutTargetType
impl RefUnwindSafe for LayoutTargetType
impl Send for LayoutTargetType
impl Sync for LayoutTargetType
impl Unpin for LayoutTargetType
impl UnsafeUnpin for LayoutTargetType
impl UnwindSafe for LayoutTargetType
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