pub struct UnfoldAt {
pub buffer_row: u32,
}
Fields§
§buffer_row: u32
Trait Implementations§
source§impl Action for UnfoldAt
impl Action for UnfoldAt
fn name(&self) -> &'static str
fn debug_name() -> &'static strwhere Self: Sized,
fn build(value: Value) -> Result<Box<dyn Action>>where Self: Sized,
fn partial_eq(&self, action: &dyn Action) -> bool
fn boxed_clone(&self) -> Box<dyn Action>
fn as_any(&self) -> &dyn Any
source§impl<'de> Deserialize<'de> for UnfoldAt
impl<'de> Deserialize<'de> for UnfoldAt
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<UnfoldAt> for UnfoldAt
impl PartialEq<UnfoldAt> for UnfoldAt
impl StructuralPartialEq for UnfoldAt
Auto Trait Implementations§
impl RefUnwindSafe for UnfoldAt
impl Send for UnfoldAt
impl Sync for UnfoldAt
impl Unpin for UnfoldAt
impl UnwindSafe for UnfoldAt
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