pub struct LISClaim {
pub person_sourcedid: String,
pub course_offering_sourcedid: Option<String>,
pub course_section_sourcedid: Option<String>,
pub validation_context: Option<String>,
pub errors: Option<IdTokenErrors>,
}Fields§
§person_sourcedid: String§course_offering_sourcedid: Option<String>§course_section_sourcedid: Option<String>§validation_context: Option<String>§errors: Option<IdTokenErrors>Trait Implementations§
Source§impl<'de> Deserialize<'de> for LISClaim
impl<'de> Deserialize<'de> for LISClaim
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 LISClaim
impl RefUnwindSafe for LISClaim
impl Send for LISClaim
impl Sync for LISClaim
impl Unpin for LISClaim
impl UnwindSafe for LISClaim
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