pub enum FoldHeaderAction {
Opening,
Closing,
None,
}
Variants§
Trait Implementations§
Source§impl ActionDefaultRef for FoldHeaderAction
impl ActionDefaultRef for FoldHeaderAction
fn default_ref() -> &'static Self
Source§impl Clone for FoldHeaderAction
impl Clone for FoldHeaderAction
Source§fn clone(&self) -> FoldHeaderAction
fn clone(&self) -> FoldHeaderAction
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for FoldHeaderAction
impl RefUnwindSafe for FoldHeaderAction
impl Send for FoldHeaderAction
impl Sync for FoldHeaderAction
impl Unpin for FoldHeaderAction
impl UnwindSafe for FoldHeaderAction
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