enum WouldBeValidFor {
TopLevel {
is_section: bool,
},
Section(&'static str),
}Variants§
Trait Implementations§
Source§impl Clone for WouldBeValidFor
impl Clone for WouldBeValidFor
Source§fn clone(&self) -> WouldBeValidFor
fn clone(&self) -> WouldBeValidFor
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 WouldBeValidFor
impl Debug for WouldBeValidFor
Source§impl Display for WouldBeValidFor
impl Display for WouldBeValidFor
impl Copy for WouldBeValidFor
Auto Trait Implementations§
impl Freeze for WouldBeValidFor
impl RefUnwindSafe for WouldBeValidFor
impl Send for WouldBeValidFor
impl Sync for WouldBeValidFor
impl Unpin for WouldBeValidFor
impl UnwindSafe for WouldBeValidFor
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Pointable for T
impl<T> Pointable for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes
Size for each variant:
TopLevel: 9 bytesSection: 16 bytes