pub struct AnimFolding {
pub state: AnimFoldingState,
pub focussed_line: usize,
pub did_animate: bool,
}
Fields§
§state: AnimFoldingState
§focussed_line: usize
§did_animate: bool
Trait Implementations§
Source§impl Clone for AnimFolding
impl Clone for AnimFolding
Source§fn clone(&self) -> AnimFolding
fn clone(&self) -> AnimFolding
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 moreAuto Trait Implementations§
impl Freeze for AnimFolding
impl RefUnwindSafe for AnimFolding
impl Send for AnimFolding
impl Sync for AnimFolding
impl Unpin for AnimFolding
impl UnwindSafe for AnimFolding
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