pub struct ContentTestSuite {
pub id: Id,
pub name: Option<String>,
pub url: Option<Uri>,
pub version: Option<String>,
}
Fields§
§id: Id
§name: Option<String>
§url: Option<Uri>
§version: Option<String>
Trait Implementations§
Source§impl Clone for ContentTestSuite
impl Clone for ContentTestSuite
Source§fn clone(&self) -> ContentTestSuite
fn clone(&self) -> ContentTestSuite
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 moreSource§impl Debug for ContentTestSuite
impl Debug for ContentTestSuite
Source§impl<'de> Deserialize<'de> for ContentTestSuite
impl<'de> Deserialize<'de> for ContentTestSuite
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 ContentTestSuite
impl PartialEq for ContentTestSuite
Source§impl Serialize for ContentTestSuite
impl Serialize for ContentTestSuite
impl Eq for ContentTestSuite
impl StructuralPartialEq for ContentTestSuite
Auto Trait Implementations§
impl Freeze for ContentTestSuite
impl RefUnwindSafe for ContentTestSuite
impl Send for ContentTestSuite
impl Sync for ContentTestSuite
impl Unpin for ContentTestSuite
impl UnwindSafe for ContentTestSuite
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