pub enum FmlCodeBlockValue {
Str(String),
Linebreak,
}Variants§
Trait Implementations§
Source§impl Clone for FmlCodeBlockValue
impl Clone for FmlCodeBlockValue
Source§fn clone(&self) -> FmlCodeBlockValue
fn clone(&self) -> FmlCodeBlockValue
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 moreimpl Eq for FmlCodeBlockValue
Source§impl Hash for FmlCodeBlockValue
impl Hash for FmlCodeBlockValue
Source§impl Ord for FmlCodeBlockValue
impl Ord for FmlCodeBlockValue
Source§fn cmp(&self, other: &FmlCodeBlockValue) -> Ordering
fn cmp(&self, other: &FmlCodeBlockValue) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FmlCodeBlockValue
impl PartialEq for FmlCodeBlockValue
Source§impl PartialOrd for FmlCodeBlockValue
impl PartialOrd for FmlCodeBlockValue
impl StructuralPartialEq for FmlCodeBlockValue
Auto Trait Implementations§
impl Freeze for FmlCodeBlockValue
impl RefUnwindSafe for FmlCodeBlockValue
impl Send for FmlCodeBlockValue
impl Sync for FmlCodeBlockValue
impl Unpin for FmlCodeBlockValue
impl UnsafeUnpin for FmlCodeBlockValue
impl UnwindSafe for FmlCodeBlockValue
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