Struct atrium_api::com::atproto::server::describe_server::Output
source · pub struct Output {
pub available_user_domains: Vec<String>,
pub did: Did,
pub invite_code_required: Option<bool>,
pub links: Option<Links>,
pub phone_verification_required: Option<bool>,
}
Fields§
§available_user_domains: Vec<String>
List of domain suffixes that can be used in account handles.
did: Did
§invite_code_required: Option<bool>
If true, an invite code must be supplied to create an account on this instance.
links: Option<Links>
URLs of service policy documents.
phone_verification_required: Option<bool>
If true, a phone verification token must be supplied to create an account on this instance.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Output
impl<'de> Deserialize<'de> for Output
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 Output
impl PartialEq for Output
impl Eq for Output
impl StructuralPartialEq for Output
Auto Trait Implementations§
impl RefUnwindSafe for Output
impl Send for Output
impl Sync for Output
impl Unpin for Output
impl UnwindSafe for Output
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