pub struct LTIStorageParams {
pub target: String,
pub platform_oidc_url: String,
}Fields§
§target: String§platform_oidc_url: StringTrait Implementations§
Source§impl Debug for LTIStorageParams
impl Debug for LTIStorageParams
Source§impl Default for LTIStorageParams
impl Default for LTIStorageParams
Source§impl<'de> Deserialize<'de> for LTIStorageParams
impl<'de> Deserialize<'de> for LTIStorageParams
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 LTIStorageParams
impl RefUnwindSafe for LTIStorageParams
impl Send for LTIStorageParams
impl Sync for LTIStorageParams
impl Unpin for LTIStorageParams
impl UnwindSafe for LTIStorageParams
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