pub struct ValidatingRoa {
pub origin: String,
pub prefix: String,
pub max_length: i64,
pub validity: String,
}Fields§
§origin: String§prefix: String§max_length: i64§validity: StringTrait Implementations§
Source§impl Clone for ValidatingRoa
impl Clone for ValidatingRoa
Source§fn clone(&self) -> ValidatingRoa
fn clone(&self) -> ValidatingRoa
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ValidatingRoa
impl Debug for ValidatingRoa
Source§impl Default for ValidatingRoa
impl Default for ValidatingRoa
Source§fn default() -> ValidatingRoa
fn default() -> ValidatingRoa
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ValidatingRoa
impl<'de> Deserialize<'de> for ValidatingRoa
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 ValidatingRoa
impl PartialEq for ValidatingRoa
Source§fn eq(&self, other: &ValidatingRoa) -> bool
fn eq(&self, other: &ValidatingRoa) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ValidatingRoa
impl Serialize for ValidatingRoa
impl StructuralPartialEq for ValidatingRoa
Auto Trait Implementations§
impl Freeze for ValidatingRoa
impl RefUnwindSafe for ValidatingRoa
impl Send for ValidatingRoa
impl Sync for ValidatingRoa
impl Unpin for ValidatingRoa
impl UnsafeUnpin for ValidatingRoa
impl UnwindSafe for ValidatingRoa
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