pub struct SafetyPolicyPointer {
pub id: String,
pub url: String,
pub hash: String,
pub published_at: Option<String>,
}Fields§
§id: String§url: String§hash: String§published_at: Option<String>Trait Implementations§
Source§impl Clone for SafetyPolicyPointer
impl Clone for SafetyPolicyPointer
Source§fn clone(&self) -> SafetyPolicyPointer
fn clone(&self) -> SafetyPolicyPointer
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 SafetyPolicyPointer
impl Debug for SafetyPolicyPointer
Source§impl<'de> Deserialize<'de> for SafetyPolicyPointer
impl<'de> Deserialize<'de> for SafetyPolicyPointer
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 SafetyPolicyPointer
impl PartialEq for SafetyPolicyPointer
Source§fn eq(&self, other: &SafetyPolicyPointer) -> bool
fn eq(&self, other: &SafetyPolicyPointer) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SafetyPolicyPointer
impl Serialize for SafetyPolicyPointer
impl Eq for SafetyPolicyPointer
impl StructuralPartialEq for SafetyPolicyPointer
Auto Trait Implementations§
impl Freeze for SafetyPolicyPointer
impl RefUnwindSafe for SafetyPolicyPointer
impl Send for SafetyPolicyPointer
impl Sync for SafetyPolicyPointer
impl Unpin for SafetyPolicyPointer
impl UnsafeUnpin for SafetyPolicyPointer
impl UnwindSafe for SafetyPolicyPointer
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