pub struct Tapscripts {
pub scripts: Option<Vec<String>>,
}Fields§
§scripts: Option<Vec<String>>Implementations§
Source§impl Tapscripts
impl Tapscripts
pub fn new() -> Tapscripts
Trait Implementations§
Source§impl Clone for Tapscripts
impl Clone for Tapscripts
Source§fn clone(&self) -> Tapscripts
fn clone(&self) -> Tapscripts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Tapscripts
impl Debug for Tapscripts
Source§impl Default for Tapscripts
impl Default for Tapscripts
Source§fn default() -> Tapscripts
fn default() -> Tapscripts
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Tapscripts
impl<'de> Deserialize<'de> for Tapscripts
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 for Tapscripts
impl PartialEq for Tapscripts
Source§fn eq(&self, other: &Tapscripts) -> bool
fn eq(&self, other: &Tapscripts) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for Tapscripts
impl Serialize for Tapscripts
impl StructuralPartialEq for Tapscripts
Auto Trait Implementations§
impl Freeze for Tapscripts
impl RefUnwindSafe for Tapscripts
impl Send for Tapscripts
impl Sync for Tapscripts
impl Unpin for Tapscripts
impl UnsafeUnpin for Tapscripts
impl UnwindSafe for Tapscripts
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