pub struct PassportLocalTest {
pub id: String,
pub expect: String,
}Expand description
A local test entry in the passport.
Fields§
§id: String§expect: StringTrait Implementations§
Source§impl Clone for PassportLocalTest
impl Clone for PassportLocalTest
Source§fn clone(&self) -> PassportLocalTest
fn clone(&self) -> PassportLocalTest
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 moreSource§impl Debug for PassportLocalTest
impl Debug for PassportLocalTest
Source§impl<'de> Deserialize<'de> for PassportLocalTest
impl<'de> Deserialize<'de> for PassportLocalTest
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 PassportLocalTest
impl PartialEq for PassportLocalTest
Source§impl Serialize for PassportLocalTest
impl Serialize for PassportLocalTest
impl StructuralPartialEq for PassportLocalTest
Auto Trait Implementations§
impl Freeze for PassportLocalTest
impl RefUnwindSafe for PassportLocalTest
impl Send for PassportLocalTest
impl Sync for PassportLocalTest
impl Unpin for PassportLocalTest
impl UnsafeUnpin for PassportLocalTest
impl UnwindSafe for PassportLocalTest
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