pub struct PressOptions {
pub selector: Option<String>,
pub index: Option<usize>,
}Fields§
§selector: Option<String>§index: Option<usize>Trait Implementations§
Source§impl Clone for PressOptions
impl Clone for PressOptions
Source§impl Debug for PressOptions
impl Debug for PressOptions
Source§impl Default for PressOptions
impl Default for PressOptions
Source§impl<'de> Deserialize<'de> for PressOptions
impl<'de> Deserialize<'de> for PressOptions
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
Auto Trait Implementations§
impl Freeze for PressOptions
impl RefUnwindSafe for PressOptions
impl Send for PressOptions
impl Sync for PressOptions
impl Unpin for PressOptions
impl UnsafeUnpin for PressOptions
impl UnwindSafe for PressOptions
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