#[repr(C, u8)]pub enum FlowInto {
None,
Named(AzString),
}Variants§
Trait Implementations§
Source§impl FormatAsRustCode for FlowInto
impl FormatAsRustCode for FlowInto
fn format_as_rust_code(&self, _tabs: usize) -> String
Source§impl From<FlowInto> for CssProperty
impl From<FlowInto> for CssProperty
Source§impl Ord for FlowInto
impl Ord for FlowInto
Source§impl PartialOrd for FlowInto
impl PartialOrd for FlowInto
Source§impl PrintAsCssValue for FlowInto
impl PrintAsCssValue for FlowInto
fn print_as_css_value(&self) -> String
impl Eq for FlowInto
impl StructuralPartialEq for FlowInto
Auto Trait Implementations§
impl Freeze for FlowInto
impl RefUnwindSafe for FlowInto
impl Send for FlowInto
impl Sync for FlowInto
impl Unpin for FlowInto
impl UnwindSafe for FlowInto
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