pub struct AuthorityEntry {
pub url: String,
pub disabled: bool,
}Fields§
§url: String§disabled: boolTrait Implementations§
Source§impl Clone for AuthorityEntry
impl Clone for AuthorityEntry
Source§fn clone(&self) -> AuthorityEntry
fn clone(&self) -> AuthorityEntry
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 AuthorityEntry
impl Debug for AuthorityEntry
Source§impl<'de> Deserialize<'de> for AuthorityEntry
impl<'de> Deserialize<'de> for AuthorityEntry
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 AuthorityEntry
impl PartialEq for AuthorityEntry
Source§impl Serialize for AuthorityEntry
impl Serialize for AuthorityEntry
impl StructuralPartialEq for AuthorityEntry
Auto Trait Implementations§
impl Freeze for AuthorityEntry
impl RefUnwindSafe for AuthorityEntry
impl Send for AuthorityEntry
impl Sync for AuthorityEntry
impl Unpin for AuthorityEntry
impl UnsafeUnpin for AuthorityEntry
impl UnwindSafe for AuthorityEntry
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