pub struct RegistrationCallbackRequest {
pub id: String,
pub secret: String,
pub organization_id: Option<String>,
pub lighthouses_in_domains: Option<Value>,
pub domains: Option<Value>,
}Fields§
§id: String§secret: String§organization_id: Option<String>§lighthouses_in_domains: Option<Value>§domains: Option<Value>Trait Implementations§
Source§impl Debug for RegistrationCallbackRequest
impl Debug for RegistrationCallbackRequest
Source§impl<'de> Deserialize<'de> for RegistrationCallbackRequest
impl<'de> Deserialize<'de> for RegistrationCallbackRequest
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 RegistrationCallbackRequest
impl RefUnwindSafe for RegistrationCallbackRequest
impl Send for RegistrationCallbackRequest
impl Sync for RegistrationCallbackRequest
impl Unpin for RegistrationCallbackRequest
impl UnwindSafe for RegistrationCallbackRequest
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